Skip to content

2.2.1: fix: only notify when appropriate

Latest
Compare
Choose a tag to compare
@sondremare sondremare released this 28 Mar 10:25
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.