Skip to content

Commit f9daf9b

Browse files
Bumpsnag botgingerbenw
authored andcommitted
Update bugsnag-android to v6.23.0 [full ci]
1 parent fdba07e commit f9daf9b

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ Update bugsnag-android to [v6.22.0](https//github.com/bugsnag/bugsnag-android/re
1111

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

14+
### Dependencies
15+
16+
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)
17+
1418
## [8.8.1] - 2026-01-26
1519

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

2226
This release adds support for notitfying failed network requests using the new `plugin-network-instrumentation` package
23-
2427
### Added
2528

2629
(plugin-network-instrumentation) Add new plugin to notify failed network requests [#2647](https://github.com/bugsnag/bugsnag-js/pull/2647)

packages/react-native/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ android {
4545
}
4646

4747
dependencies {
48-
api "com.bugsnag:bugsnag-android:6.22.0"
49-
api "com.bugsnag:bugsnag-plugin-react-native:6.22.0"
48+
api "com.bugsnag:bugsnag-android:6.23.0"
49+
api "com.bugsnag:bugsnag-plugin-react-native:6.23.0"
5050
implementation 'com.facebook.react:react-native:+'
5151

5252
testImplementation "junit:junit:4.12"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
version
2-
6.22.0
2+
6.23.0

0 commit comments

Comments
 (0)