Skip to content

Commit 908f72d

Browse files
Apply suggestions from code review
Co-authored-by: Alex Krawiec <[email protected]>
1 parent 176f53b commit 908f72d

File tree

1 file changed

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

1 file changed

+4
-1
lines changed

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

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

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

106107
Q: Why are parts of my replay not masked?
107-
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).
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).
108110

109111
Q: What's the lowest version of iOS supported?
112+
110113
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)