Skip to content

Commit 307d833

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-sentry-native-ndk.sh to 0.7.19
1 parent 2872e8e commit 307d833

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
@@ -9,6 +9,12 @@
99
- There was up to three of these, one for `io.sentry.opentelemetry.agent.AgentMarker`, `io.sentry.opentelemetry.agent.AgentlessMarker` and `io.sentry.opentelemetry.agent.AgentlessSpringMarker`.
1010
- These were not indicators of something being wrong but rather the SDK looking at what is available at runtime to configure itself accordingly.
1111

12+
### Dependencies
13+
14+
- Bump Native SDK from v0.7.14 to v0.7.19 ([#4076](https://github.com/getsentry/sentry-java/pull/4076))
15+
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0719)
16+
- [diff](https://github.com/getsentry/sentry-native/compare/v0.7.14...0.7.19)
17+
1218
## 8.0.0
1319

1420
### Summary

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.14"
156+
val sentryNativeNdk = "io.sentry:sentry-native-ndk:0.7.19"
157157

158158
object OpenTelemetry {
159159
val otelVersion = "1.44.1"

0 commit comments

Comments
 (0)