From 9aafe96bc84793f7ac2b4f7189376d42523166c6 Mon Sep 17 00:00:00 2001 From: Krystof Woldrich <31292499+krystofwoldrich@users.noreply.github.com> Date: Wed, 8 Jan 2025 18:42:14 +0100 Subject: [PATCH] chore: Update iOS and Android SR privacy (#11961) * chore: Update iOS and Android SR privacy * Apply suggestions from code review Co-authored-by: Alex Krawiec --------- Co-authored-by: Bruno Garcia Co-authored-by: Alex Krawiec --- docs/platforms/android/session-replay/index.mdx | 2 +- docs/platforms/apple/guides/ios/session-replay/index.mdx | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/platforms/android/session-replay/index.mdx b/docs/platforms/android/session-replay/index.mdx index 56684db46a3015..12becae926c168 100644 --- a/docs/platforms/android/session-replay/index.mdx +++ b/docs/platforms/android/session-replay/index.mdx @@ -85,7 +85,7 @@ Sampling begins as soon as a session starts. `sessionSampleRate` is evaluated fi ## Privacy -The SDK is recording and aggressively masking all text, images and webviews. Please don’t turn it off if you have sensitive data in your app. +The SDK is recording and aggressively masking all text, images, and webviews by default. If your app has any sensitive data, you should only turn the default masking off after explicitly masking out the sensitive data, using the APIs described below. However, if you're working on a mobile app that's free of PII or other types of private data, you can opt out of the default text and image masking settings. To learn more about Session Replay privacy, [read our docs](/platforms/android/session-replay/privacy/). diff --git a/docs/platforms/apple/guides/ios/session-replay/index.mdx b/docs/platforms/apple/guides/ios/session-replay/index.mdx index 5ad89a09ddce57..3caf4e36fef32a 100644 --- a/docs/platforms/apple/guides/ios/session-replay/index.mdx +++ b/docs/platforms/apple/guides/ios/session-replay/index.mdx @@ -64,8 +64,7 @@ Sampling begins as soon as a session starts. `sessionSampleRate` is evaluated fi ## Privacy -The SDK aggressively records the app and masks all text and images. -Please don't turn it off if you have sensitive data in your app. +The SDK is recording and aggressively masking all text, images, and webviews by default. If your app has any sensitive data, you should only turn the default masking off after explicitly masking out the sensitive data, using the APIs described below. If you want to manually mask parts of your app's data, read our guide on [custom masking](/platforms/apple/guides/ios/session-replay/customredact).