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

v2.23.6

Compare
Choose a tag to compare
@bengourley bengourley released this 10 Feb 10:16
· 25 commits to master since this release
  • (iOS) Fix include for RCTVersion.h to work in custom Podfiles on all versions of React Native
    #443

  • Add missing argument to BeforeSend type definition
    bugsnag-react-native#432

  • (Android) Upgrade bugsnag-android to v4.22.3

    • Allow disabling previous signal handler invocation for Unity ANRs
      #743
    • Avoid polling when detecting ANRs by invoking JNI from SIGQUIT handler
      #741
  • (iOS) Upgrade bugsnag-cocoa to v5.23.0

    • This release removes support for reporting 'partial' or 'minimal' crash reports
      where the crash report could not be entirely written (due to disk space or other
      issues like the device battery dying). While sometimes the reports could point
      in the right direction for debugging, they could also be confusing or not enough
      information to pursue and close the issue successfully.

    • This release also renames a few configuration properties to align better with the
      intended use and other Bugsnag libraries, so people who use more than one
      platform can easily find related functionality in a different library. The old
      names are deprecated but still supported until the next major release.
      #435

    • Bugsnag.setBreadcrumbCapacity() is now setMaxBreadcrumbs() on the
      BugsnagConfiguration class. In addition, the default number of breadcrumbs
      saved has been raised to 25 and limited to no more than 100.
    • BugsnagConfiguration.autoNotify is now named
      BugsnagConfiguration.autoDetectErrors
    • BugsnagConfiguration.autoCaptureSessions is now named
      BugsnagConfiguration.autoDetectSessions