sentry-dart
sentry-dart copied to clipboard
chore(deps): update Cocoa SDK to v8.53.1
Bumps flutter/scripts/update-cocoa.sh from 8.52.1 to 8.53.1.
Auto-generated by a dependency updater.
Changelog
8.53.1
Fixes
- Fix XCFramework version including commit sha on release. (#5493)
8.53.0
Features
- Capturing fatal CPPExceptions via hooking into cxa_throw when enabling
options.experimental.enableUnhandledCPPExceptionsV2 = true(#5256)
Fixes
- Fix building with Xcode 26 (#5386)
- Fix usage of
availableto beiOSinstead ofiOSApplicationExtension(#5361) - Fix stacktrace symbolication of fatal app hangs (#5438)
- Robustness against corrupt launch profile configuration files (#5447)
- Fix auto-start for session tracker when SDK is started after app did become active (#5121)
- Sessions will now be marked as exited instead of abnormal exit when closing the SDK (#5121)
- Manually add
dyldimage to image cache to fix dyld symbols appearing asunknown(#5418)
Improvements
- Converted SentryUserFeedback from Objective-C to Swift (#5377)
- Crashes for uncaught NSExceptions will now report the stracktrace recorded within the exception (#5306)
- Move SentryExperimentalOptions to a property defined in Swift (#5329)
- Add redaction in session replay for
SFSafariViewused bySFSafariViewControllerandASWebAuthenticationSession(#5408) - Convert SentryNSURLRequest to Swift (#5457)
8.53.0-alpha.0
Features
- Capturing fatal CPPExceptions via hooking into cxa_throw when enabling
options.experimental.enableUnhandledCPPExceptionsV2 = true(#5256)
Fixes
- Fix building with Xcode 26 (#5386)
- Fix usage of
availableto beiOSinstead ofiOSApplicationExtension(#5361) - Fix stacktrace symbolication of fatal app hangs (#5438)
- Robustness against corrupt launch profile configuration files (#5447)
- Fix auto-start for session tracker when SDK is started after app did become active (#5121)
- Sessions will now be marked as exited instead of abnormal exit when closing the SDK (#5121)
- Manually add
dyldimage to image cache to fix dyld symbols appearing asunknown(#5418)
Improvements
- Converted SentryUserFeedback from Objective-C to Swift (#5377)
- Crashes for uncaught NSExceptions will now report the stracktrace recorded within the exception (#5306)
- Move SentryExperimentalOptions to a property defined in Swift (#5329)
- Add redaction in session replay for
SFSafariViewused bySFSafariViewControllerandASWebAuthenticationSession(#5408) - Convert SentryNSURLRequest to Swift (#5457)