Skip to content

Commit 0b8cee0

Browse files
authored
Update CHANGELOG.md (#4248)
1 parent 2882875 commit 0b8cee0

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
@@ -482,6 +482,24 @@ If you have been using `8.0.0-rc.4` of the Java SDK, here's the new changes that
482482
- We are planning to improve this in the future but opted for this fix first.
483483
- Fix swallow NDK loadLibrary errors ([#4082](https://github.com/getsentry/sentry-java/pull/4082))
484484

485+
## 7.22.1
486+
487+
### Fixes
488+
489+
- Fix Ensure app start type is set, even when ActivityLifecycleIntegration is not running ([#4216](https://github.com/getsentry/sentry-java/pull/4216))
490+
- Fix properly reset application/content-provider timespans for warm app starts ([#4244](https://github.com/getsentry/sentry-java/pull/4244))
491+
492+
## 7.22.0
493+
494+
### Fixes
495+
496+
- Session Replay: Fix various crashes and issues ([#4135](https://github.com/getsentry/sentry-java/pull/4135))
497+
- Fix `FileNotFoundException` when trying to read/write `.ongoing_segment` file
498+
- Fix `IllegalStateException` when registering `onDrawListener`
499+
- Fix SIGABRT native crashes on Motorola devices when encoding a video
500+
- (Jetpack Compose) Modifier.sentryTag now uses Modifier.Node ([#4029](https://github.com/getsentry/sentry-java/pull/4029))
501+
- This allows Composables that use this modifier to be skippable
502+
485503
## 7.21.0
486504

487505
### Fixes

0 commit comments

Comments
 (0)