You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/Swift/Integrations/SessionReplay/SentryReplayOptions.swift
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -218,12 +218,12 @@ public class SentryReplayOptions: NSObject, SentryRedactOptions {
218
218
219
219
/**
220
220
* Due to internal changes with the release of Liquid Glass on iOS 26.0, the masking of text and images can not be reliably guaranteed.
221
-
*
222
-
* Therefore the session replay integration is disabled by default starting with `8.57.0` as a defensive mechanism.
221
+
222
+
* Therefore the session replay integration is disabled by default unless the environment is detected as safe.
223
223
*
224
224
* - Important: This flag allows to re-enable the session replay integration on iOS 26.0 and later, but please be aware that text and images may not be masked as expected.
225
225
*
226
-
* - Note: See [GitHub issues #1234](https://github.com/getsentry/sentry-cocoa/issue/1234) for more information.
226
+
* - Note: See [GitHub issues #6389](https://github.com/getsentry/sentry-cocoa/issues/6389) for more information.
0 commit comments