Skip to content

Commit

Permalink
deps(react-native): Update bugsnag-android to v6.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerbenw committed Jul 16, 2024
1 parent b8ac17f commit 5fd40f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- (plugin-network-breadcrumbs, plugin-electron-net-breadcrumbs) *Breaking change*: The `request` metadata field in network breadcrumbs has been renamed to `url` and is no longer pre-pended with the HTTP method [#1988](https://github.com/bugsnag/bugsnag-js/pull/1988)
- (plugin-network-breadcrumbs, plugin-electron-net-breadcrumbs) Added `method` metadata field to network breadcrumbs [#1988](https://github.com/bugsnag/bugsnag-js/pull/1988)
- (plugin-network-breadcrumbs, plugin-electron-net-breadcrumbs) Added `duration` metadata field to network breadcrumbs [#1903](https://github.com/bugsnag/bugsnag-js/pull/1903)
- (react-native) Update bugsnag-android from v5.32.2 to [v6.4.0](https://github.com/bugsnag/bugsnag-android/blob/v6.4.0/CHANGELOG.md#640-2024-04-15)
- (react-native) Update bugsnag-android from v5.32.2 to [v6.6.1](https://github.com/bugsnag/bugsnag-android/blob/next/CHANGELOG.md#661-2024-07-03)

## [Unreleased]

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.4.0"
api "com.bugsnag:bugsnag-plugin-react-native:6.4.0"
api "com.bugsnag:bugsnag-android:6.6.1"
api "com.bugsnag:bugsnag-plugin-react-native:6.6.1"
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.4.0
6.6.1

0 comments on commit 5fd40f5

Please sign in to comment.