Skip to content

Commit

Permalink
Merge pull request #2264 from bugsnag/android-6100
Browse files Browse the repository at this point in the history
Bump bugsnag-android to v6.10.0
  • Loading branch information
lemnik authored Nov 28, 2024
2 parents c80842f + 60e5a51 commit 342fd57
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## TBD

### Changed

- (react-native) Update bugsnag-android from v6.6.1 to [v6.10.0](https://github.com/bugsnag/bugsnag-android/blob/next/CHANGELOG.md#6100-2024-11-14)

## [8.1.2] - 2024-10-25

### Fixed
Expand Down Expand Up @@ -31,7 +37,7 @@ As well as some bug fixes and **breaking changes** described in the [Upgrade Gui
### Added

- (node) Add support for manual breadcrumbs [#1927](https://github.com/bugsnag/bugsnag-js/pull/1927) and automatic console breadcrumbs [#2107](https://github.com/bugsnag/bugsnag-js/pull/2107)
- Support error correlation properties in event payloads [#2174](https://github.com/bugsnag/bugsnag-js/pull/2174)
- Support error correlation properties in event payloads [#2174](https://github.com/bugsnag/bugsnag-js/pull/2174)

### 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 @@ -45,8 +45,8 @@ android {
}

dependencies {
api "com.bugsnag:bugsnag-android:6.6.1"
api "com.bugsnag:bugsnag-plugin-react-native:6.6.1"
api "com.bugsnag:bugsnag-android:6.10.0"
api "com.bugsnag:bugsnag-plugin-react-native:6.10.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
6.6.1
6.10.0

0 comments on commit 342fd57

Please sign in to comment.