npm bugsnag-react-native 2.23.3

latest releases: 2.23.10, 2.23.9, 2.23.8...
4 years ago

Bug fixes

  • Use the correct android version in Notifier payload
    bugsnag-react-native#409
  • (Android) Upgrade bugsnag-android to v4.21.1
    • Allow overriding the versionCode via Configuration
      bugsnag-android#610
    • Delete cached error reports if an Exception is thrown during disk IO, preventing delivery of empty/partial reports on the next app launch.
      bugsnag-android#609
    • Prevent internal error reporting of FileNotFoundException during serialization
      bugsnag-android#605
  • (iOS) Upgrade bugsnag-cocoa to v5.22.10
    • Fix unrecognized selector crash when adding metadata
      bugsnag-cocoa#430
    • Deprecate config.reportBackgroundOOMs property - designating any app
      termination as a possible error condition can cause a lot of false positives,
      especially since the app can die for many genuine reasons, especially when
      running only in the background.
      bugsnag-cocoa#425
    • Fix use-after-free in notify() logic which could lead to a deadlock
      bugsnag-cocoa#420
    • Reduce severity of log message about thread status from 'error' to 'debug' as
      it does not necessarily indicate a problem and is only used for debugging.
      bugsnag-cocoa#421
    • Show correct value for app.inForeground when an app launches and crashes in
      the background without ever coming to the foreground.
      bugsnag-cocoa#415
    • Fix improperly retained properties which could result in a crash due to
      premature deallocation
      bugsnag-cocoa#416

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

NewReleases is sending notifications on new releases.