-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Add ability to hide Feedback widget after submission #16155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Forwarded to the feedback team for further triage |
@ahazelwood Hi! You mention the mobile experience - to confirm are you still using the web implementation of the widget and viewing a website on mobile? A few clarification questions on the problem statement:
Can you share an example replay? The Feedback widget should not be visible after a user submits feedback in practice. It should show a toast message after submission. If the Feedback widget is stuck being displayed after submission, that is a bug. Additionally:
We try to grab context of what was happening before the Feedback form was opened all together to understand what the user was doing/seeing before the feedback. Are you missing the context from before the feedback submission? It seems like this might be the root cause: #14063. cc @billyvg |
Yeah the widget should not be visible after it is submitted |
Problem Statement
The Sentry Feedback widget stays visible during Session Replay even after a user submits feedback. This can block important parts of the recording, especially on mobile devices. A user is request a function to hide the widget.
Solution Brainstorm
The text was updated successfully, but these errors were encountered: