Skip to content

Commit 9aafe96

Browse files
krystofwoldrichbruno-garciacoolguyzone
authored
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 <[email protected]> --------- Co-authored-by: Bruno Garcia <[email protected]> Co-authored-by: Alex Krawiec <[email protected]>
1 parent 136ed26 commit 9aafe96

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/platforms/android/session-replay/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Sampling begins as soon as a session starts. `sessionSampleRate` is evaluated fi
8585

8686
## Privacy
8787

88-
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.
88+
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.
8989
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/).
9090

9191
<Note>

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ Sampling begins as soon as a session starts. `sessionSampleRate` is evaluated fi
6464

6565
## Privacy
6666

67-
The SDK aggressively records the app and masks all text and images.
68-
Please don't turn it off if you have sensitive data in your app.
67+
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.
6968
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).
7069

7170
<Note>

0 commit comments

Comments
 (0)