Skip to content

Commit

Permalink
Merge pull request #1412 from bugsnag/android-593
Browse files Browse the repository at this point in the history
Bump bugsnag-android dependency for RN to v5.9.3
  • Loading branch information
fractalwrench authored May 21, 2021
2 parents 0712d9d + 01c88a1 commit 5e74291
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@
- (react-native): Update bugsnag-cocoa to v6.9.2
- Add a mechanism for reporting errors that occur within the notifier. [bugsnag-cocoa#1089](https://github.com/bugsnag/bugsnag-cocoa/pull/1089)
- Fix compiler warnings when additional warning flags are enabled. [bugsnag-cocoa#1092](https://github.com/bugsnag/bugsnag-cocoa/pull/1092) [bugsnag-cocoa#1094](https://github.com/bugsnag/bugsnag-cocoa/pull/1094)
- (react-native): Update bugsnag-android to v5.9.3
- Avoid unnecessary collection of Thread stacktraces
[bugsnag-android#1249](https://github.com/bugsnag/bugsnag-android/pull/1249)
- Prevent errors in rare cases where either ConnectivityManager or StorageManager is not available
[bugsnag-android#1251](https://github.com/bugsnag/bugsnag-android/pull/1251)
- Change the Bugsnag-Internal-Error header to "bugsnag-android"
[bugsnag-android#1252](https://github.com/bugsnag/bugsnag-android/pull/1252)
- Prevent resource exhaustion when Throwable cause chains are recursive
[bugsnag-android#1255](https://github.com/bugsnag/bugsnag-android/pull/1255)
- Added Date support to ObjectJsonStreamer
[bugsnag-android#1256](https://github.com/bugsnag/bugsnag-android/pull/1256)
- (browser,node): Add default `appType`

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ android {
}

dependencies {
api "com.bugsnag:bugsnag-android:5.9.2"
api "com.bugsnag:bugsnag-plugin-react-native:5.9.2"
api "com.bugsnag:bugsnag-android:5.9.3"
api "com.bugsnag:bugsnag-plugin-react-native:5.9.3"
implementation 'com.facebook.react:react-native:+'

testImplementation "junit:junit:4.12"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/prepare-android-vendor.config
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version
5.9.2
5.9.3

0 comments on commit 5e74291

Please sign in to comment.