Changelog
2.1.0 (2018-01-08)
sessionTrackingEnabled
to true
.Changelog
2.0.1 (2017-10-23)
autoNotifyUnhandledRejection
optionChangelog
2.0.0 (2017-10-02)
process#unhandledRejection
by default.
(#115)Bugsnag will shut down your process after reporting a process#unhandledRejection
event. This is the most sensible thing to do by default, and it will become the
default behaviour of a node process in the near future. However this is a breaking
change for the module, hence the major/breaking version bump.
If you want to do something else when process#unhandledRejection
happens, you
can set options.autoNotifyUnhandledRejection=false
.
Changelog
1.12.1 (2017-09-01)
shouldNotify() == false
Alex Moinet
#113Changelog
1.12.0 (2017-08-02)
Improved performance during filtering Patrick Lorio #106
Show metadata elements removed within circular reference checking as
[REDACTED]
#108
Add support for passing per-request metadata in Koa Jacob Marshall
Allow newer versions of stack-trace
dependency
Kevin Glowacz
#100
request
minimum version to fix tunnel-agent
vulnerability
Jacob Marshall
#105