Skip to content

Commit 4720f5d

Browse files
chore: Update iOS and Android SR privacy
1 parent 1353b8a commit 4720f5d

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
@@ -94,7 +94,7 @@ Sampling begins as soon as a session starts. `sessionSampleRate` is evaluated fi
9494

9595
## Privacy
9696

97-
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.
97+
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 any sensitive data, using the APIs described below.
9898
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/).
9999

100100
<Note>

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

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

7474
## Privacy
7575

76-
The SDK aggressively records the app and masks all text and images.
77-
Please don't turn it off if you have sensitive data in your app.
76+
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 any sensitive data, using the APIs described below.
7877
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).
7978

8079
<Note>

0 commit comments

Comments
 (0)