File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -1006,6 +1006,24 @@ If you have been using `8.0.0-rc.4` of the Java SDK, here's the new changes that
1006
1006
- We are planning to improve this in the future but opted for this fix first.
1007
1007
- Fix swallow NDK loadLibrary errors ([ #4082 ] ( https://github.com/getsentry/sentry-java/pull/4082 ) )
1008
1008
1009
+ ## 7.22.6
1010
+
1011
+ ### Fixes
1012
+
1013
+ - Compress Screenshots on a background thread ([ #4295 ] ( https://github.com/getsentry/sentry-java/pull/4295 ) )
1014
+ - Improve low memory breadcrumb capturing ([ #4325 ] ( https://github.com/getsentry/sentry-java/pull/4325 ) )
1015
+ - Make ` SystemEventsBreadcrumbsIntegration ` faster ([ #4330 ] ( https://github.com/getsentry/sentry-java/pull/4330 ) )
1016
+ - Fix unregister ` SystemEventsBroadcastReceiver ` when entering background ([ #4338 ] ( https://github.com/getsentry/sentry-java/pull/4338 ) )
1017
+ - This should reduce ANRs seen with this class in the stack trace for Android 14 and above
1018
+ - Pre-load modules on a background thread upon SDK init ([ #4348 ] ( https://github.com/getsentry/sentry-java/pull/4348 ) )
1019
+ - Session Replay: Fix inconsistent ` segment_id ` ([ #4471 ] ( https://github.com/getsentry/sentry-java/pull/4471 ) )
1020
+ - Session Replay: Do not capture current replay for cached events from the past ([ #4474 ] ( https://github.com/getsentry/sentry-java/pull/4474 ) )
1021
+ - Session Replay: Fix crash on devices with the Unisoc/Spreadtrum T606 chipset ([ #4477 ] ( https://github.com/getsentry/sentry-java/pull/4477 ) )
1022
+ - Session Replay: Fix masking of non-styled ` Text ` Composables ([ #4361 ] ( https://github.com/getsentry/sentry-java/pull/4361 ) )
1023
+ - Session Replay: Fix masking read-only ` TextField ` Composables ([ #4362 ] ( https://github.com/getsentry/sentry-java/pull/4362 ) )
1024
+ - Fix Session Replay masking for newer versions of Jetpack Compose (1.8+) ([ #4485 ] ( https://github.com/getsentry/sentry-java/pull/4485 ) )
1025
+ - Session Replay: Expand fix for crash on devices to all Unisoc/Spreadtrum chipsets ([ #4510 ] ( https://github.com/getsentry/sentry-java/pull/4510 ) )
1026
+
1009
1027
## 7.22.5
1010
1028
1011
1029
### Fixes
You can’t perform that action at this time.
0 commit comments