Skip to content

Commit a9ea643

Browse files
authored
Merge branch 'main' into feat/wrap-existing-otel-storage-provider
2 parents d82e088 + 019275e commit a9ea643

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
@@ -14,6 +14,12 @@
1414

1515
- Update profile chunk rate limit and client report ([#4353](https://github.com/getsentry/sentry-java/pull/4353))
1616

17+
### Dependencies
18+
19+
- Bump Native SDK from v0.8.3 to v0.8.4 ([#4343](https://github.com/getsentry/sentry-java/pull/4343))
20+
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#084)
21+
- [diff](https://github.com/getsentry/sentry-native/compare/0.8.3...0.8.4)
22+
1723
## 8.9.0
1824

1925
### Features

buildSrc/src/main/java/Config.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)