Skip to content

Commit d233e6b

Browse files
authored
feat(apple): Update cocoa session replay FAQ (#11637)
Adding an extra FAQ item for cocoa session replay
1 parent 147f8ee commit d233e6b

File tree

1 file changed

+7
-1
lines changed
  • docs/platforms/apple/guides/ios/session-replay

1 file changed

+7
-1
lines changed

docs/platforms/apple/guides/ios/session-replay/index.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,13 @@ Errors that happen while a replay is running will be linked to the replay, makin
101101
### FAQ
102102

103103
Q: Does Session Replay work with SwiftUI?
104+
104105
A: Yes. It works with both UIKit and SwiftUI.
105106

107+
Q: Why are parts of my replay not masked?
108+
109+
A: Text views, input views, images, video players and webviews are all masked by default. Images with bundled assets aren't masked because the likelihood of these assets containing PII is low. If you encounter a view that should be masked by default, consider opening a [GitHub issue](https://github.com/getsentry/sentry-cocoa/issues).
110+
106111
Q: What's the lowest version of iOS supported?
107-
A: Session Replay recording happens even on the lowest version supported by the Sentry SDK. (Today that's iOS 12.)
112+
113+
A: Session Replay recording happens even on the lowest version supported by the Sentry SDK, which is aligend with appstore support.

0 commit comments

Comments
 (0)