This release adds @bugsnag/electron
, a notifier for use on apps that are built using Electron.
Added
- (electron): a new top-level notifier
@bugsnag/electron
and related plugins
Changed
- (node): File paths in stacktraces now always use
/
as the path separator - (node): Surrounding code can be fetched from file paths that are relative to the project root
- (react-native): Update bugsnag-android to v5.9.2
- Guard against exceptions with null stack traces
bugsnag-android#1239 - Fix bug that terminated the app when multiple ANRs occur
bugsnag-android#1235 - Prevent rare NPE in log message
bugsnag-android#1238 - Prevent rare NPE when capturing thread traces
bugsnag-android#1237 - Catch exceptions thrown by Context.registerReceiver to prevent rare crashes
bugsnag-android#1240 - Fix possible NegativeArraySizeException in crash report deserialization
bugsnag-android#1245
- Guard against exceptions with null stack traces