Skip to content

8.56.1

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 23 Sep 13:52

Warning

This version can cause runtime crashes because the UIApplication.sharedApplication/NSApplication.sharedApplication is not yet available during SDK initialization, due to the changes in PR #5900, released in 8.56.0.

Warning

Session Replay in this version does not correctly mask views when built with Xcode 26 and running on iOS 26 with Liquid Glass, which may lead to PII leaks. Please upgrade to 8.57.0 or later, which automatically disables session replay in such environments.

Fixes

  • Fix potential app launch hang caused by the SentrySDK (#6181)
    Fixed by removing the call to _dyld_get_image_header on the main thread.
  • Fix dynamic selector crash in SentryReplayRecording (#6211)