Skip to content

Commit

Permalink
add note about process termination to UPGRADING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Skinner committed Sep 12, 2023
1 parent d61a6f8 commit aa7ab2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Prior to `bugsnag-js` v8, calls made to the top-level `Bugsnag` static interface

#### BugSnag no longer prevents the node process from exiting

Additionally, prior to `bugsnag-js` v8, unhandled errors in requests were caught using the deprecated Domain API and the error handler attached to the domain was preventing the termination of the node process, which is the normal node behavior when an uncaught exception occurs. With version 8 of the notifier, BugSnag no longer changes the normal behavior of the application and so uncaught exceptions thrown in request handlers (and `plugin-contextualize` callbacks, see below) will cause the node process to terminate.
Additionally, prior to `bugsnag-js` v8, unhandled errors in requests were caught using the deprecated Domain API and the error handler attached to the domain was preventing the termination of the node process. With version 8 of the notifier, BugSnag no longer changes the normal behavior of the application and so uncaught exceptions thrown in request handlers (and `plugin-contextualize` callbacks, see below) will cause the node process to terminate.

Express

Expand Down

0 comments on commit aa7ab2c

Please sign in to comment.