We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8066f9e commit 3aaba1dCopy full SHA for 3aaba1d
docs/platforms/android/session-replay/index.mdx
@@ -69,7 +69,7 @@ SentryAndroid.init(context) { options ->
69
<meta-data android:name="io.sentry.session-replay.session-sample-rate" android:value="0.1" />
70
71
<!-- if your application has strict PII requirements we recommend using the Canvas screenshot strategy -->
72
-<!-- Note: this strategy does **not** support any masking options, it always masks text and images -->
+<!-- Note: this strategy is experimental and does **not** support any masking options, it always masks text and images -->
73
<!-- <meta-data android:name="io.sentry.session-replay.screenshot-strategy" android:value="canvas" /> -->
74
```
75
0 commit comments