Skip to content

Commit d3851e3

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

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
- Use `Sentry.replay().enableDebugMaskingOverlay()` to overlay the screen with the Session Replay masks.
99
- The masks will be invalidated at most once per `frameRate` (default 1 fps).
1010

11+
### Dependencies
12+
13+
- Bump Native SDK from v0.8.4 to v0.8.5 ([#4406](https://github.com/getsentry/sentry-java/pull/4406))
14+
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#085)
15+
- [diff](https://github.com/getsentry/sentry-native/compare/0.8.4...0.8.5)
16+
1117
## 8.12.0
1218

1319
### Features

buildSrc/src/main/java/Config.kt

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

150-
val sentryNativeNdk = "io.sentry:sentry-native-ndk:0.8.4"
150+
val sentryNativeNdk = "io.sentry:sentry-native-ndk:0.8.5"
151151

152152
object OpenTelemetry {
153153
val otelVersion = "1.44.1"

0 commit comments

Comments
 (0)