This repository has been archived by the owner on Sep 14, 2020. It is now read-only.
Releases: bugsnag/bugsnag-react-native
Releases · bugsnag/bugsnag-react-native
v2.7.5
v2.7.4
- (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
- (iOS) Use
BSG_KSCrashReportWriter
header rather thanKSCrashReportWriter
for custom JSON serialization - (Android) Enqueue activity lifecycle events when initialisation not complete to prevent NPE
v2.7.2
- (iOS) Remove misleading information (address, mach, signal) from non-fatal error reports
v2.7.1
- Improved validation of handled/unhandled state
v2.7.0
- Add typescript definitions
v2.6.1
- Fix duplicate dependencies key in
package.json
- Handle null in console breadcrumbs
v2.6.0
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' }
}
}
- (Android) Compile annotations dependency as api rather than implementation
- (Android) Support missing case in handled/unhandled tracker
v2.5.4
- Update Cocoa code to fix archive issue on older versions of XCode
v2.5.3
- Updates native libraries to include latest fixes