File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments