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 2020- Make user interaction tracing faster and do fewer allocations ([ #4347 ] ( https://github.com/getsentry/sentry-java/pull/4347 ) )
2121- Pre-load modules on a background thread upon SDK init ([ #4348 ] ( https://github.com/getsentry/sentry-java/pull/4348 ) )
2222
23+ ### Dependencies
24+
25+ - Bump Native SDK from v0.8.3 to v0.8.4 ([ #4343 ] ( https://github.com/getsentry/sentry-java/pull/4343 ) )
26+ - [ changelog] ( https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#084 )
27+ - [ diff] ( https://github.com/getsentry/sentry-native/compare/0.8.3...0.8.4 )
28+
2329## 8.8.0
2430
2531### Features
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ object Config {
163163 val apolloKotlin = " com.apollographql.apollo3:apollo-runtime:3.8.2"
164164 val apolloKotlin4 = " com.apollographql.apollo:apollo-runtime:4.1.1"
165165
166- val sentryNativeNdk = " io.sentry:sentry-native-ndk:0.8.3 "
166+ val sentryNativeNdk = " io.sentry:sentry-native-ndk:0.8.4 "
167167
168168 object OpenTelemetry {
169169 val otelVersion = " 1.44.1"
You can’t perform that action at this time.
0 commit comments