Skip to content

Commit 8f53b25

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-sentry-native-ndk.sh to 0.9.1
1 parent 5b05195 commit 8f53b25

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@
3636
- `Sentry.withScope` now has the correct current scope passed to the callback. Previously our OpenTelemetry integration forked scopes an additional.
3737
- Overall the SDK is now forking scopes a bit less often.
3838

39+
### Dependencies
40+
41+
- Bump Native SDK from v0.8.4 to v0.9.1 ([#4520](https://github.com/getsentry/sentry-java/pull/4520))
42+
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#091)
43+
- [diff](https://github.com/getsentry/sentry-native/compare/0.8.4...0.9.1)
44+
3945
## 8.17.0
4046

4147
### Features

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ quartz = { module = "org.quartz-scheduler:quartz", version = "2.3.0" }
120120
reactor-core = { module = "io.projectreactor:reactor-core", version = "3.5.3" }
121121
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
122122
retrofit-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" }
123-
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.8.4" }
123+
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.9.1" }
124124
servlet-api = { module = "javax.servlet:javax.servlet-api", version = "3.1.0" }
125125
servlet-jakarta-api = { module = "jakarta.servlet:jakarta.servlet-api", version = "5.0.0" }
126126
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }

0 commit comments

Comments
 (0)