Skip to content

Commit 63ac649

Browse files
chore: Changelog for 8.53.0 (#5486)
1 parent f92cfa9 commit 63ac649

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
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

0 commit comments

Comments
 (0)