Skip to content

Commit 11acb8f

Browse files
authored
Update docs/platforms/android/session-replay/index.mdx
1 parent 3aaba1d commit 11acb8f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ SentryAndroid.init(context) { options ->
5959
options.sessionReplay.sessionSampleRate = 0.1
6060

6161
// 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
62+
// Note: this strategy is experimental and does **not** support any masking options, it always masks text and images
6363
// options.sessionReplay.screenshotStrategy = ScreenshotStrategyType.CANVAS
6464
}
6565
```

0 commit comments

Comments
 (0)