File tree 2 files changed +7
-1
lines changed 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 8
8
- Use ` Sentry.replay().enableDebugMaskingOverlay() ` to overlay the screen with the Session Replay masks.
9
9
- The masks will be invalidated at most once per ` frameRate ` (default 1 fps).
10
10
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
+
11
17
## 8.12.0
12
18
13
19
### Features
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ object Config {
147
147
val apolloKotlin = " com.apollographql.apollo3:apollo-runtime:3.8.2"
148
148
val apolloKotlin4 = " com.apollographql.apollo:apollo-runtime:4.1.1"
149
149
150
- val sentryNativeNdk = " io.sentry:sentry-native-ndk:0.8.4 "
150
+ val sentryNativeNdk = " io.sentry:sentry-native-ndk:0.8.5 "
151
151
152
152
object OpenTelemetry {
153
153
val otelVersion = " 1.44.1"
You can’t perform that action at this time.
0 commit comments