Skip to content

Commit 38ff783

Browse files
authored
Update CHANGELOG.md
1 parent 083eb83 commit 38ff783

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,24 @@ If you have been using `8.0.0-rc.4` of the Java SDK, here's the new changes that
470470
- We are planning to improve this in the future but opted for this fix first.
471471
- Fix swallow NDK loadLibrary errors ([#4082](https://github.com/getsentry/sentry-java/pull/4082))
472472

473+
## 7.22.1
474+
475+
### Fixes
476+
477+
- Fix Ensure app start type is set, even when ActivityLifecycleIntegration is not running ([#4216](https://github.com/getsentry/sentry-java/pull/4216))
478+
- Fix properly reset application/content-provider timespans for warm app starts ([#4244](https://github.com/getsentry/sentry-java/pull/4244))
479+
480+
## 7.22.0
481+
482+
### Fixes
483+
484+
- Session Replay: Fix various crashes and issues ([#4135](https://github.com/getsentry/sentry-java/pull/4135))
485+
- Fix `FileNotFoundException` when trying to read/write `.ongoing_segment` file
486+
- Fix `IllegalStateException` when registering `onDrawListener`
487+
- Fix SIGABRT native crashes on Motorola devices when encoding a video
488+
- (Jetpack Compose) Modifier.sentryTag now uses Modifier.Node ([#4029](https://github.com/getsentry/sentry-java/pull/4029))
489+
- This allows Composables that use this modifier to be skippable
490+
473491
## 7.21.0
474492

475493
### Fixes

0 commit comments

Comments
 (0)