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 3aaba1d commit 11acb8fCopy full SHA for 11acb8f
docs/platforms/android/session-replay/index.mdx
@@ -59,7 +59,7 @@ SentryAndroid.init(context) { options ->
59
options.sessionReplay.sessionSampleRate = 0.1
60
61
// if your application has strict PII requirements we recommend using the Canvas screenshot strategy
62
- // 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
63
// options.sessionReplay.screenshotStrategy = ScreenshotStrategyType.CANVAS
64
}
65
```
0 commit comments