Skip to content

Commit d9d17ec

Browse files
committed
Merge branch 'markushi/fix/compose-view-hierarchy-exporter' of github.com:getsentry/sentry-java into markushi/fix/compose-view-hierarchy-exporter
2 parents f26cc63 + 1b9ccc7 commit d9d17ec

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
- Do not override user-defined `SentryOptions` ([#4262](https://github.com/getsentry/sentry-java/pull/4262))
88
- Fix tags missing for compose view hierarchies ([#4275](https://github.com/getsentry/sentry-java/pull/4275))
99

10+
### Dependencies
11+
12+
- Bump Native SDK from v0.8.1 to v0.8.2 ([#4267](https://github.com/getsentry/sentry-java/pull/4267))
13+
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#082)
14+
- [diff](https://github.com/getsentry/sentry-native/compare/0.8.1...0.8.2)
15+
1016
## 8.5.0
1117

1218
### Features
@@ -561,6 +567,26 @@ If you have been using `8.0.0-rc.4` of the Java SDK, here's the new changes that
561567
- We are planning to improve this in the future but opted for this fix first.
562568
- Fix swallow NDK loadLibrary errors ([#4082](https://github.com/getsentry/sentry-java/pull/4082))
563569

570+
## 7.22.4
571+
572+
### Fixes
573+
574+
- Session Replay: Fix crash when a navigation breadcrumb does not have "to" destination ([#4185](https://github.com/getsentry/sentry-java/pull/4185))
575+
- Session Replay: Cap video segment duration to maximum 5 minutes to prevent endless video encoding in background ([#4185](https://github.com/getsentry/sentry-java/pull/4185))
576+
- Avoid logging an error when a float is passed in the manifest ([#4266](https://github.com/getsentry/sentry-java/pull/4266))
577+
578+
## 7.22.3
579+
580+
### Fixes
581+
582+
- Reduce excessive CPU usage when serializing breadcrumbs to disk for ANRs ([#4181](https://github.com/getsentry/sentry-java/pull/4181))
583+
584+
## 7.22.2
585+
586+
### Fixes
587+
588+
- Fix AbstractMethodError when using SentryTraced for Jetpack Compose ([#4256](https://github.com/getsentry/sentry-java/pull/4256))
589+
564590
## 7.22.1
565591

566592
### Fixes

buildSrc/src/main/java/Config.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ object Config {
161161
val apolloKotlin = "com.apollographql.apollo3:apollo-runtime:3.8.2"
162162
val apolloKotlin4 = "com.apollographql.apollo:apollo-runtime:4.1.1"
163163

164-
val sentryNativeNdk = "io.sentry:sentry-native-ndk:0.8.1"
164+
val sentryNativeNdk = "io.sentry:sentry-native-ndk:0.8.2"
165165

166166
object OpenTelemetry {
167167
val otelVersion = "1.44.1"

0 commit comments

Comments
 (0)