Transactions for crashes (#4504): Finish the transaction bound to the scope when the app crashes. This experimental feature is disabled by default. You can enable it via the option enablePersistingTracesWhenCrashing.
Fixes
Keep PropagationContext when cloning scope (#4518)
UIViewController with Xcode 16 in debug (#4523). The Xcode 16 build setting ENABLE_DEBUG_DYLIB, which is turned on by default only in debug, could lead to missing UIViewController traces.
Transactions for crashes (#4504): Finish the transaction bound to the scope when the app crashes. This experimental feature is disabled by default. You can enable it via the option enablePersistingTracesWhenCrashing.
Fixes
Keep PropagationContext when cloning scope (#4518)
UIViewController with Xcode 16 in debug (#4523). The Xcode 16 build setting ENABLE_DEBUG_DYLIB, which is turned on by default only in debug, could lead to missing UIViewController traces.
Bumps modules/sentry-cocoa.properties from 8.39.0 to 8.41.0.
Auto-generated by a dependency updater.
Changelog
8.41.0
Features
enablePersistingTracesWhenCrashing
.Fixes
Scope.span
fully thread safe (#4519)8.41.0-beta.1
Features
enablePersistingTracesWhenCrashing
.Fixes
Scope.span
fully thread safe (#4519)Improvements
Sentry._Hybrid
explicit module (#4440)8.40.1
Fixes
Improvements
8.40.0
Feature
Improvements
SentrySessionReplayIntegration-Hybrid.h
asprivate
(#4486)maskedViewClasses
andunmaskedViewClasses
to SentryReplayOptions init via dict (#4492)quality
to SentryReplayOptions init via dict (#4495)Fixes