Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump bugsnag-android dependency for RN to v5.9.3 #1412

Merged
merged 1 commit into from
May 21, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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