Skip to content
This repository was archived by the owner on Sep 14, 2020. It is now read-only.

v2.21.0

Choose a tag to compare

@bengourley bengourley released this 12 Jun 09:37
· 100 commits to master since this release
9fe0784

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
      options setAnrThresholdMs/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
  • (iOS) Ensure only the necessary files are included in the npm tarball #356