Breaking changes
- Supports and requires
@bugsnag/js@>=7.0.0
.
Breaking changes
- Support the
@bugsnag/js
libraries. It is required to passbugsnagClient
as an option. - Adds typings and ESM build.
- Requires Node.js
6.17.0
.
Breaking changes
- [UPGRADE] Moved
bugsnag
to peer dependencies so any version can be used. (If you relied on this library to installbugsnag
for you, add it to your project dependencies explicitly now.)
Other changes
- [ENHANCEMENT] Allow passing a specific
bugsnag
instance on the options. (#4) - [ENHANCEMENT] Allow setting the
bugsnagApiKey
on the options for convenience. (#1)
- [BUGFIX] Not mutating the payload so subsequent streams get all data. (#3)
- [ENHANCEMENT] Support older versions of Node.js by using strict mode. (#2)
Initial release.