File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## Unreleased
4
+
5
+ ### Dependencies
6
+
7
+ - Bump Native SDK from v0.8.4 to v0.8.5 ([ #4406 ] ( https://github.com/getsentry/sentry-java/pull/4406 ) )
8
+ - [ changelog] ( https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#085 )
9
+ - [ diff] ( https://github.com/getsentry/sentry-native/compare/0.8.4...0.8.5 )
10
+
3
11
## 8.12.0
4
12
5
13
### Features
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ object Config {
161
161
val apolloKotlin = " com.apollographql.apollo3:apollo-runtime:3.8.2"
162
162
val apolloKotlin4 = " com.apollographql.apollo:apollo-runtime:4.1.1"
163
163
164
- val sentryNativeNdk = " io.sentry:sentry-native-ndk:0.8.4 "
164
+ val sentryNativeNdk = " io.sentry:sentry-native-ndk:0.8.5 "
165
165
166
166
object OpenTelemetry {
167
167
val otelVersion = " 1.44.1"
You can’t perform that action at this time.
0 commit comments