Tim Kelty
Tim Kelty
@yousif-bugsnag correct – if I disable batch sending, it works, because it sends them immediately and doesn't need to wait for the shutdown handler
@johnkiely1 thanks! FWIW, this is for [Craft CMS](https://craftcms.com/)@4 (Yii2 under the hood), which uses Monolog for logging, so we're currently getting Bugsnag integration through https://packagist.org/packages/mead-steve/mono-snag
@markerikson I think you have some problems with your middleware formatting (if I'm understanding correctly). Can you try it like this: ``` module.exports = { options : { mains :...
@markerikson yep. I tend to find the array middleware format a little hard to read for that reason. All preferences, but I would probably avoid it like so: ``` [...
@YuriiF I'll try and use you config to debug today.
I knew it felt like we kind of went over this before…found the existing discussion: https://github.com/neutrinojs/neutrino/issues/1141 > It looks like the browserlist config cannot be JS (config docs), so I...
1. I would think so, but note that it can come from other places too (`browserslist` key in `package.json`, `BROWSERSLIST` env). 2. Interesting idea. [Back here](https://github.com/neutrinojs/neutrino/issues/1141#issuecomment-424666771) you seemed to be...
> TBH I'm not very keen on the package.json/env var locations Agreed. > For users that have a .browserslistrc but don't want to use it, would they have a way...
> What does create-react-app do? By default, the generated project includes a browserslist configuration in your package.json file: https://create-react-app.dev/docs/supported-browsers-features/#configuring-supported-browsers So that would be similar to writing a .browserslistrc file, which...
I think my vote is for……………writing a `.browerslistrc` file? 😬