Breaking Changes
Important
Due to a potential risk of revealing PII or security-relevant data in crash events in specific circumstances, we're shipping this strictly speaking breaking change in a minor version.
- Add
enableMemoryIntrospectionoption to allow users to control memory introspection in crash reports, defaults to false (was previously true) (#8571)- You can re-enable this feature by setting the option
enableMemoryIntrospectionto true - When this option is disabled, string stack contents found near the crash site will not be included in the event sent to Sentry. These contents are displayed in the 'message' subtitle shown underneath the main issue title in Sentry.
- You can re-enable this feature by setting the option
Features
- Add
Breadcrumb.setData(value:key:)to set a single breadcrumb data entry and deprecate theBreadcrumb.datasetter in its favor. (#8572)
Fixes
- Fix screenshots not being captured by hybrid SDKs (#8578)
- Fix trace propagation for manually instrumented transactions when automatic performance tracing is disabled (#8522)
- Prevent a Session Replay crash (
NSInvalidArgumentException/-[NSConcreteValue doubleValue]) when Core Animation raises while redacting the view hierarchy, e.g. during React Navigation transitions or video fullscreen presentation (#8537) - Remove x/y coordinates from UI breadcrumbs, as they are a potential security risk, for example leaking input on custom PIN code views (#8534)