Skip to content

Commit 3af4104

Browse files
authored
Merge pull request #2381 from bugsnag/main
sync main and next
2 parents 06c0c82 + 56a29f9 commit 3af4104

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 6.23.0 (2026-02-02)
4+
5+
### Enhancements
6+
7+
* Introduced new OkHttp Interceptor based instrumentation for HTTP errors and breadcrumbs
8+
[#2371](https://github.com/bugsnag/bugsnag-android/pull/2371)
9+
310
## 6.22.0 (2026-01-19)
411

512
### Enhancements

bugsnag-android-core/src/main/java/com/bugsnag/android/Notifier.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import java.io.IOException
77
*/
88
class Notifier @JvmOverloads constructor(
99
var name: String = "Android Bugsnag Notifier",
10-
var version: String = "6.22.0",
10+
var version: String = "6.23.0",
1111
var url: String = "https://bugsnag.com"
1212
) : JsonStream.Streamable {
1313

examples/sdk-app-example/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
activityCompose = "1.8.0"
33
agp = "8.10.0"
44
appcompat = "1.6.1"
5-
bugsnag-android = "6.22.0"
5+
bugsnag-android = "6.23.0"
66
bugsnag-gradle = "0.4.0"
77
composeBom = "2024.09.00"
88
coreKtx = "1.16.0"

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ org.gradle.jvmargs=-Xmx4096m
1111
# This option should only be used with decoupled projects. More details, visit
1212
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1313
org.gradle.parallel=true
14-
VERSION_NAME=6.22.0
14+
VERSION_NAME=6.23.0
1515
GROUP=com.bugsnag
1616
POM_SCM_URL=https://github.com/bugsnag/bugsnag-android
1717
POM_SCM_CONNECTION=scm:git@github.com:bugsnag/bugsnag-android.git

0 commit comments

Comments
 (0)