File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments