Skip to content

Commit a648626

Browse files
committed
Changelog
1 parent 9c35c6c commit a648626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
- Adds GraphQL integration ([#5299](https://github.com/getsentry/sentry-react-native/pull/5299))
1414
- Add new _experimental_ Canvas Capture Strategy for Session Replay ([#5301](https://github.com/getsentry/sentry-react-native/pull/5301))
1515
- A new screenshot capture strategy that uses Android's Canvas API for more accurate and reliable text and image masking
16-
- Any .drawText() or .drawBitmap() calls are replaced by rectangles, ensuring no text or images are present in the resulting output
16+
- Any `.drawText()` or `.drawBitmap()` calls are replaced by rectangles, ensuring no text or images are present in the resulting output
1717
- Note: If this strategy is used, all text and images will be masked, regardless of any masking configuration
1818
- To enable this feature, set the `screenshotStrategy` to `canvas`:
1919
```js

0 commit comments

Comments
 (0)