File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/platforms/android/session-replay Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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```
You can’t perform that action at this time.
0 commit comments