From 5e65d2b32a975f619c64cf1e45803eb088b061fd Mon Sep 17 00:00:00 2001 From: Philipp Hofmann Date: Mon, 29 Apr 2024 11:56:39 +0200 Subject: [PATCH] chore: Changelog for 8.25.0 (#3917) --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67a347a509..6974728074 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,17 @@ ## Unreleased +### Features + +- Add Session Replay, which is **still experimental**. (#3625) + - Access is limited to early access orgs on Sentry. If you're interested, [sign up for the waitlist](https://sentry.io/lp/mobile-replay-beta/) + ### Fixes +- Crash due to a background call to -[UIApplication applicationState] (#3855) +- Save framework without UIKit/AppKit as Github Asset for releases (#3858) +- Fix crash associated with runtime collision in global C function names (#3862) +- Remove wrong error log in SentryCoreDataTracker (#3894) - Don't transmit device boot time in envelopes enriched with crash data (#3912, #3916) ### Improvements