Skip to content

Commit 8066f9e

Browse files
committed
wording
1 parent 67d84af commit 8066f9e

File tree

1 file changed

+2
-2
lines changed
  • docs/platforms/android/session-replay

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ SentryAndroid.init(context) { options ->
5858
options.sessionReplay.onErrorSampleRate = 1.0
5959
options.sessionReplay.sessionSampleRate = 0.1
6060

61-
// if your application is strictly PII sensitive we recommend using the Canvas screenshot strategy
61+
// if your application has strict PII requirements we recommend using the Canvas screenshot strategy
6262
// Note: this strategy does **not** support any masking options, it always masks text and images
6363
// options.sessionReplay.screenshotStrategy = ScreenshotStrategyType.CANVAS
6464
}
@@ -68,7 +68,7 @@ SentryAndroid.init(context) { options ->
6868
<meta-data android:name="io.sentry.session-replay.on-error-sample-rate" android:value="1.0" />
6969
<meta-data android:name="io.sentry.session-replay.session-sample-rate" android:value="0.1" />
7070

71-
<!-- if your application is strictly PII sensitive we recommend using the Canvas screenshot strategy -->
71+
<!-- if your application has strict PII requirements we recommend using the Canvas screenshot strategy -->
7272
<!-- Note: this strategy does **not** support any masking options, it always masks text and images -->
7373
<!-- <meta-data android:name="io.sentry.session-replay.screenshot-strategy" android:value="canvas" /> -->
7474
```

0 commit comments

Comments
 (0)