Skip to content

Releases: EdtechFoundry/bugsnag-react-native

2.2.1: fix: only notify when appropriate

28 Mar 10:25
Compare
Choose a tag to compare
Added a check for shouldNotify before notifying Bugsnag of any uncaught error. This error was found using releaseStages, and running the app with a releaseStage that should not notify. Since it should not notify, the callback was never called. And with that, the previousHandler was never called.