File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Unreleased
4+
5+ ### Features
6+
7+ - Capturing fatal CPPExceptions via hooking into cxa_throw when enabling ` options.experimental.enableUnhandledCPPExceptionsV2 = true ` (#5256 )
8+
9+ ### Fixes
10+
11+ - Fix building with Xcode 26 (#5386 )
12+ - Fix usage of ` @available ` to be ` iOS ` instead of ` iOSApplicationExtension ` (#5361 )
13+ - Fix stacktrace symbolication of fatal app hangs (#5438 )
14+ - Robustness against corrupt launch profile configuration files (#5447 )
15+ - Fix auto-start for session tracker when SDK is started after app did become active (#5121 )
16+ - Sessions will now be marked as exited instead of abnormal exit when closing the SDK (#5121 )
17+ - Manually add ` dyld ` image to image cache to fix dyld symbols appearing as ` unknown ` (#5418 )
18+
19+ ### Improvements
20+
21+ - Converted SentryUserFeedback from Objective-C to Swift (#5377 )
22+ - Crashes for uncaught NSExceptions will now report the stracktrace recorded within the exception (#5306 )
23+ - Move SentryExperimentalOptions to a property defined in Swift (#5329 )
24+ - Add redaction in session replay for ` SFSafariView ` used by ` SFSafariViewController ` and ` ASWebAuthenticationSession ` (#5408 )
25+ - Convert SentryNSURLRequest to Swift (#5457 )
26+
327## 8.53.0-alpha.0
428
529### Features
You can’t perform that action at this time.
0 commit comments