Skip to content
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
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ Update bugsnag-android to [v6.22.0](https//github.com/bugsnag/bugsnag-android/re

(plugin-network-instrumentation) Report HTTP Errors as handled [#2662](https://github.com/bugsnag/bugsnag-js/pull/2662)

### Dependencies

Update bugsnag-android to [v6.23.0](https//github.com/bugsnag/bugsnag-android/releases/tag/v6.23.0) [#2673](https://github.com/bugsnag/bugsnag-js/pull/2673)

## [8.8.1] - 2026-01-26

### Fixed
Expand All @@ -20,7 +24,6 @@ Update bugsnag-android to [v6.22.0](https//github.com/bugsnag/bugsnag-android/re
## [8.8.0] - 2026-01-20

This release adds support for notitfying failed network requests using the new `plugin-network-instrumentation` package

### Added

(plugin-network-instrumentation) Add new plugin to notify failed network requests [#2647](https://github.com/bugsnag/bugsnag-js/pull/2647)
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.22.0"
api "com.bugsnag:bugsnag-plugin-react-native:6.22.0"
api "com.bugsnag:bugsnag-android:6.23.0"
api "com.bugsnag:bugsnag-plugin-react-native:6.23.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.22.0
6.23.0