Skip to content

Commit f4ce544

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-sentry-native-ndk.sh to 0.8.0
1 parent f64d1f2 commit f4ce544

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
- The new module will be exposed as an `api` dependency when using `sentry-spring-boot-jakarta` (Spring Boot 3) or `sentry-spring-jakarta` (Spring 6).
3737
Therefore, if you're using one of those modules, changing your imports will suffice.
3838

39+
### Dependencies
40+
41+
- Bump Native SDK from v0.7.20 to v0.8.0 ([#4204](https://github.com/getsentry/sentry-java/pull/4204))
42+
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#080)
43+
- [diff](https://github.com/getsentry/sentry-native/compare/0.7.20...0.8.0)
44+
3945
## 8.2.0
4046

4147
### Breaking Changes

buildSrc/src/main/java/Config.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ object Config {
159159
val apolloKotlin = "com.apollographql.apollo3:apollo-runtime:3.8.2"
160160
val apolloKotlin4 = "com.apollographql.apollo:apollo-runtime:4.1.1"
161161

162-
val sentryNativeNdk = "io.sentry:sentry-native-ndk:0.7.20"
162+
val sentryNativeNdk = "io.sentry:sentry-native-ndk:0.8.0"
163163

164164
object OpenTelemetry {
165165
val otelVersion = "1.44.1"

0 commit comments

Comments
 (0)