From 176f53b592322fb524e414fa5582e05a41e4785d Mon Sep 17 00:00:00 2001 From: Dhiogo Brustolin Date: Wed, 23 Oct 2024 09:28:24 +0200 Subject: [PATCH 1/2] feat(apple): Update cocoa session replay FAQ --- docs/platforms/apple/guides/ios/session-replay/index.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/platforms/apple/guides/ios/session-replay/index.mdx b/docs/platforms/apple/guides/ios/session-replay/index.mdx index 9f4289ad81501..9b3ddf1e91a48 100644 --- a/docs/platforms/apple/guides/ios/session-replay/index.mdx +++ b/docs/platforms/apple/guides/ios/session-replay/index.mdx @@ -103,5 +103,8 @@ Errors that happen on the page while a replay is running will be linked to the r 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. \ No newline at end of file From 908f72df0490753428fd64163d1cf8705b612e41 Mon Sep 17 00:00:00 2001 From: Dhiogo Brustolin Date: Thu, 24 Oct 2024 08:34:33 +0200 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Alex Krawiec --- docs/platforms/apple/guides/ios/session-replay/index.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/platforms/apple/guides/ios/session-replay/index.mdx b/docs/platforms/apple/guides/ios/session-replay/index.mdx index 9b3ddf1e91a48..d3f5ab75244ea 100644 --- a/docs/platforms/apple/guides/ios/session-replay/index.mdx +++ b/docs/platforms/apple/guides/ios/session-replay/index.mdx @@ -101,10 +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). + +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, which is aligend with appstore support. \ No newline at end of file