This repository was archived by the owner on Sep 14, 2020. It is now read-only.
v2.21.0
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/getAnrThresholdMsas they now have no effect and
the underlying OS ANR threshold is used in all cases.
#490 - Add
detectNdkCrashesconfiguration 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