Skip to content

Commit a4fd36f

Browse files
chore(deps): update Native SDK to v0.7.20 (#4128)
Co-authored-by: GitHub <[email protected]>
1 parent 3b43bd2 commit a4fd36f

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
@@ -8,6 +8,12 @@
88
- Previously `java.lang.ClassNotFoundException: io.sentry.opentelemetry.OtelContextScopesStorage` was shown in the log if the class could not be found.
99
- This is just a lookup the SDK performs to configure itself. The SDK also works without OpenTelemetry.
1010

11+
### Dependencies
12+
13+
- Bump Native SDK from v0.7.19 to v0.7.20 ([#4128](https://github.com/getsentry/sentry-java/pull/4128))
14+
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0720)
15+
- [diff](https://github.com/getsentry/sentry-native/compare/v0.7.19...0.7.20)
16+
1117
## 8.1.0
1218

1319
### Features

buildSrc/src/main/java/Config.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ object Config {
153153

154154
val apolloKotlin = "com.apollographql.apollo3:apollo-runtime:3.8.2"
155155

156-
val sentryNativeNdk = "io.sentry:sentry-native-ndk:0.7.19"
156+
val sentryNativeNdk = "io.sentry:sentry-native-ndk:0.7.20"
157157

158158
object OpenTelemetry {
159159
val otelVersion = "1.44.1"

0 commit comments

Comments
 (0)