Skip to content

Commit bb10e23

Browse files
authored
Fix Changelog
Fix faultly changelog #skip-changelog
1 parent 7ce4e91 commit bb10e23

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@
44

55
### Features
66

7-
<<<<<<< rz/feat/replay-capture-surface-views
87
- Session Replay: experimental support for capturing `SurfaceView` content (e.g. Unity, video players, maps) ([#5333](https://github.com/getsentry/sentry-java/pull/5333))
98
- To enable, set `options.sessionReplay.isCaptureSurfaceViews = true`
109
- Or via manifest: `<meta-data android:name="io.sentry.session-replay.capture-surface-views" android:value="true" />`
1110
- **Warning:** masking granularity is at the SurfaceView level only — the SDK cannot mask individual elements rendered inside the SurfaceView (e.g. native Unity UI, map labels, video frames). Only enable for SurfaceViews whose content is safe to record.
12-
=======
1311
- Add `Sentry.feedback()` API for `show()` and `capture()` ([#5349](https://github.com/getsentry/sentry-java/pull/5349))
1412
- `Sentry.showUserFeedbackDialog()` is deprecated in favor of `Sentry.feedback().show()`
1513
- `Sentry.captureFeedback()` is deprecated in favor of `Sentry.feedback().capture()`
@@ -42,7 +40,6 @@
4240
- Fix shake-to-report not triggering on some devices due to high acceleration threshold ([#5366](https://github.com/getsentry/sentry-java/pull/5366))
4341
- Fix feedback form retaining previous message when shown again via shake ([#5366](https://github.com/getsentry/sentry-java/pull/5366))
4442
- Avoid stack overflow when deserializing large flat JSON objects ([#5361](https://github.com/getsentry/sentry-java/pull/5361))
45-
>>>>>>> main
4643

4744
### Dependencies
4845

0 commit comments

Comments
 (0)