Skip to content

Commit 2037db4

Browse files
authored
Merge branch 'main' into fix/anr-tombstone-main-thread-detection
2 parents 8135c95 + 89c9fe1 commit 2037db4

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
- Fix main thread identification for tombstone (native crash) events ([#5742](https://github.com/getsentry/sentry-java/pull/5742))
88

9+
### Dependencies
10+
11+
- Bump Native SDK from v0.15.2 to v0.15.3 ([#5728](https://github.com/getsentry/sentry-java/pull/5728))
12+
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0153)
13+
- [diff](https://github.com/getsentry/sentry-native/compare/0.15.2...0.15.3)
14+
915
## 8.48.0
1016

1117
### Features

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ quartz = { module = "org.quartz-scheduler:quartz", version = "2.3.0" }
166166
reactor-core = { module = "io.projectreactor:reactor-core", version = "3.5.3" }
167167
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
168168
retrofit-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" }
169-
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.15.2" }
169+
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.15.3" }
170170
servlet-api = { module = "javax.servlet:javax.servlet-api", version = "3.1.0" }
171171
servlet-jakarta-api = { module = "jakarta.servlet:jakarta.servlet-api", version = "6.1.0" }
172172
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }

0 commit comments

Comments
 (0)