diff --git a/docs/platforms/android/session-replay/index.mdx b/docs/platforms/android/session-replay/index.mdx index 422b5a554293cb..8ba3e65df75706 100644 --- a/docs/platforms/android/session-replay/index.mdx +++ b/docs/platforms/android/session-replay/index.mdx @@ -94,7 +94,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 5385f78427466d..b6408d39100ba9 100644 --- a/docs/platforms/apple/guides/ios/session-replay/index.mdx +++ b/docs/platforms/apple/guides/ios/session-replay/index.mdx @@ -73,8 +73,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).