Enhancements
- (Android) Upgrade to bugsnag-android v4.15.0
- Improve ANR detection by using a signal handler to detect
SIGQUIT
events, removing dependence on "in foreground" calculations. This change
should remove false positives. This change deprecates the configuration
optionssetAnrThresholdMs
/getAnrThresholdMs
as they now have no effect and
the underlying OS ANR threshold is used in all cases.
#490 - Add
detectNdkCrashes
configuration option to toggle whether C/C++ crashes
are detected
#491 - Reduce AAR size #492
- Make handledState.isUnhandled() publicly readable #496
- Improve ANR detection by using a signal handler to detect
- (iOS) Ensure only the necessary files are included in the npm tarball #356