Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

Releases: bugsnag/bugsnag-node

v2.1.0

08 Jan 18:34
Compare
Choose a tag to compare

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

23 Oct 10:56
Compare
Choose a tag to compare

Bug fixes

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

v2.0.0

02 Oct 17:42
Compare
Choose a tag to compare

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

13 Sep 14:28
Compare
Choose a tag to compare

Bug fixes

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

v1.12.1

01 Sep 09:52
Compare
Choose a tag to compare

Enhancements

v1.11.0

08 Jun 21:43
Compare
Choose a tag to compare

Enhancements

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

v1.10.0

06 Apr 11:34
Compare
Choose a tag to compare

Enhancements

v1.9.1

25 Feb 02:38
Compare
Choose a tag to compare

Bug Fixes

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