Skip to content

Commit

Permalink
Merge pull request #1602 from bugsnag/android-5160
Browse files Browse the repository at this point in the history
Update bugsnag-android dependency to v5.16.0
  • Loading branch information
lemnik authored Dec 8, 2021
2 parents 8411b39 + edb829e commit b50477c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## TBD

### Changed

- (react-native) Update bugsnag-android to v5.16.0
- Increase resilience of NDK stackframe method capture [#1484](https://github.com/bugsnag/bugsnag-android/pull/1484)
- `redactedKeys` now correctly apply to metadata on Event breadcrumbs [#1526](https://github.com/bugsnag/bugsnag-android/pull/1526)
- Improved the robustness of automatically logged `ERROR` breadcrumbs [#1531](https://github.com/bugsnag/bugsnag-android/pull/1531)
- Improve performance on the breadcrumb storage "hot path" by removing Date formatting [#1525](https://github.com/bugsnag/bugsnag-android/pull/1525)

## 7.14.1 (2021-11-29)

### 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.15.0"
api "com.bugsnag:bugsnag-plugin-react-native:5.15.0"
api "com.bugsnag:bugsnag-android:5.16.0"
api "com.bugsnag:bugsnag-plugin-react-native:5.16.0"
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.15.0
5.16.0

0 comments on commit b50477c

Please sign in to comment.