Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/platforms/apple/guides/ios/session-replay/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,13 @@ Errors that happen on the page while a replay is running will be linked to the r
### FAQ

Q: Does Session Replay work with SwiftUI?

A: Yes. It works with both UIKit and SwiftUI.

Q: Why are parts of my replay not masked?

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).

Q: What's the lowest version of iOS supported?
A: Session Replay recording happens even on the lowest version supported by the Sentry SDK. (Today that's iOS 12.)

A: Session Replay recording happens even on the lowest version supported by the Sentry SDK, which is aligend with appstore support.
Loading