npm bugsnag-react-native 2.23.6
v2.23.6

latest releases: 2.23.10, 2.23.9, 2.23.8...
4 years ago
  • (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

Don't miss a new bugsnag-react-native release

NewReleases is sending notifications on new releases.