CARVIEW |
Navigation Menu
-
-
Notifications
You must be signed in to change notification settings - Fork 361
Releases: getsentry/sentry-cocoa
8.53.2
Compare
Fixes
- Set handled to false for fatal app hangs (#5514)
- User feedback widget can now be displayed in SwiftUI apps (#5223)
- Fix crash when SentryFileManger is nil (#5535)
- Fix crash when capturing events at the same time
bindClient:
is called from a different thread (#5523) - Record user for watchdog termination events (#5558)
- Add support for dist and environment fields for termination watch (#5560)
- Add support for tags and context fields for termination watch (#5561)
- Add support for extras, fingerprint, and level watchdog termination events (#5569)
Improvements
Assets 6
8.53.1
Compare
Assets 6
8.53.0
Compare
Warning
This version can cause build errors when using one of the XCFrameworks, such as
The value for key CFBundleVersion [8.53.0+f92cfa9b1199c75411a263d2d9bc2df8ea8029cf] in the Info.plist file must be no longer than 18 characters.
Updating to 8.53.1 fixes this problem.
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
@available
to beiOS
instead 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
dyld
image 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
SFSafariView
used bySFSafariViewController
andASWebAuthenticationSession
(#5408) - Convert SentryNSURLRequest to Swift (#5457)
Assets 6
8.53.0-alpha.0
Compare
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
@available
to beiOS
instead 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
dyld
image 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
SFSafariView
used bySFSafariViewController
andASWebAuthenticationSession
(#5408) - Convert SentryNSURLRequest to Swift (#5457)
Assets 6
8.52.1 (Stable)
Compare
Fixes
- Missing debug meta for non fatal events (#5352)
Assets 5
8.52.0
Compare
Warning
This version has a known issue where events captured with captureMessage
or captureError
will have unsymbolicated stack traces. A fix is incoming and will be released in 8.52.1
Features
- XCFrameworks are now signed (#5271)
Improvements
- Slightly reduce performance impact by removing unnecessary lock in SentryLog.configure (#5297)
- Redact React Native text and images by default without the RN SDK (#5302)
Fixes
Assets 5
8.52.0-beta
Compare
Assets 5
8.51.1
Compare
Warning
This version introduces a known issue where events captured with captureMessage
or captureError
will have unsymbolicated stack traces. A fix is incoming and will be released in 8.52.1
Fixes
- Uses low-priority queues to reduce the chance of session replay internal multi-threading processes being dropped (#5280)
Improvements
- Threading issues in internal dependency container (#5225)
Assets 6
8.51.0
Compare
Important
This version creates new issue groups for your unhandled C++ exceptions because it now again reports the message of unhandled C++ exceptions, which we use for grouping.
Features
- Apps can now manually show and hide the included feedback widget button (#5236)
Fixes
- Reporting unhandled C++ exception message (#5190)
- Improved internal multi-threading of session replay to fix thread inversion warning and reduce chance of queue starvation (#5018)
Improvements
Assets 6
8.50.2 (Stable)
d87b07a