Releases: EdtechFoundry/bugsnag-react-native
Releases · EdtechFoundry/bugsnag-react-native
2.2.1: fix: only notify when appropriate
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.