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

Releases: bugsnag/bugsnag-react-native

v2.7.5

01 Dec 02:37
Compare
Choose a tag to compare

Bug Fixes

  • (iOS - CocoaPods only) Fix ambiguous headers issue in 2.7.3+
  • (iOS) Fix intermittent dropped native crash reports due to parsing runtime
    options incorrectly

v2.7.4

30 Nov 10:35
Compare
Choose a tag to compare
  • (iOS) Fix encoding of control characters in crash reports. Ensures crash reports are written correctly and delivered when containing U+0000 - U+001F

v2.7.3

23 Nov 12:27
Compare
Choose a tag to compare
  • (iOS) Use BSG_KSCrashReportWriter header rather than KSCrashReportWriter for custom JSON serialization
  • (Android) Enqueue activity lifecycle events when initialisation not complete to prevent NPE

v2.7.2

21 Nov 15:52
Compare
Choose a tag to compare
  • (iOS) Remove misleading information (address, mach, signal) from non-fatal error reports

v2.7.1

20 Nov 15:25
Compare
Choose a tag to compare
  • Improved validation of handled/unhandled state

v2.7.0

16 Nov 10:18
Compare
Choose a tag to compare
  • Add typescript definitions

v2.6.1

14 Nov 17:40
Compare
Choose a tag to compare
  • Fix duplicate dependencies key in package.json
  • Handle null in console breadcrumbs

v2.6.0

07 Nov 16:36
Compare
Choose a tag to compare

IMPORTANT UPGRADE NOTE:

Please ensure that Google's maven repository is specified in your android/build.gradle:

allprojects {
    repositories {
        // React Native default repository
        maven { url "$rootDir/../node_modules/react-native/android" }

        // Add this:
        maven { url 'https://maven.google.com' }
    }
}

v2.5.4

06 Nov 13:41
Compare
Choose a tag to compare
  • Update Cocoa code to fix archive issue on older versions of XCode

v2.5.3

02 Nov 14:39
Compare
Choose a tag to compare
  • Updates native libraries to include latest fixes