We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce10336 commit 933371dCopy full SHA for 933371d
CHANGELOG.md
@@ -6,9 +6,6 @@
6
7
- Add New User Feedback Widget ([#4450](https://github.com/getsentry/sentry-java/pull/4450))
8
- This widget is a custom button that can be used to show the user feedback form
9
-- Add debug mode for Session Replay masking ([#4357](https://github.com/getsentry/sentry-java/pull/4357))
10
- - Use `Sentry.replay().enableDebugMaskingOverlay()` to overlay the screen with the Session Replay masks.
11
- - The masks will be invalidated at most once per `frameRate` (default 1 fps).
12
- Add New User Feedback form ([#4384](https://github.com/getsentry/sentry-java/pull/4384))
13
- We now introduce SentryUserFeedbackDialog, which extends AlertDialog, inheriting the show() and cancel() methods, among others.
14
To use it, just instantiate it and call show() on the instance (Sentry must be previously initialized).
0 commit comments