Bugsnag Node Versions Save

[DEPRECATED] Please upgrade to our Universal JS notifier "@bugsnag/js" • https://github.com/bugsnag/bugsnag-js

v2.1.0

6 years ago

Enhancements

  • Support for tracking sessions and overall crash rate of web requests by setting sessionTrackingEnabled to true.

Bug fixes

  • Prevent duplicate logging when uncaught error report is not delivered (#124)

v2.0.1

6 years ago

Bug fixes

  • Fix type annotations Dan Prince #118
  • Fix autoNotifyUnhandledRejection option

v2.0.0

6 years ago

Enhancements

Notes

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.

v1.12.2

6 years ago

Bug fixes

  • Handle and report invalid notify(err) argument. Fixes #110. #114

v1.12.1

6 years ago

Enhancements

  • Stop swallowing errors when shouldNotify() == false Alex Moinet #113

v1.11.0

6 years ago

Enhancements

  • Add the error which caused a report to be generated as a parameter to beforeNotifyCallbacks. #101 #103

v1.10.0

7 years ago

Enhancements

v1.9.1

7 years ago

Bug Fixes

  • Fix premature return in configure, leading to sendCode not being updated Jacob Marshall #92