Skip to content

Commit 5699696

Browse files
committed
Update Changelog
1 parent 56c0875 commit 5699696

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## Unreleased
44

5+
### Features
6+
7+
- Session Replay: Add new experimental Canvas Capture Strategy ([#4777](https://github.com/getsentry/sentry-java/pull/4777))
8+
- A new screenshot capture strategy that uses Android's Canvas API for more accurate text masking
9+
- Any `.drawText()` calls are replaced with rectangles to ensure no text is not captured
10+
```kotlin
11+
SentryAndroid.init(context) { options ->
12+
options.sessionReplay.screenshotStrategy = ScreenshotStrategyType.CANVAS
13+
}
14+
```
15+
516
### Fixes
617

718
- Use logger from options for JVM profiler ([#4771](https://github.com/getsentry/sentry-java/pull/4771))

0 commit comments

Comments
 (0)