Skip to content

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

Open
Kobby-Bawuah opened this issue Apr 28, 2025 · 4 comments
Open

Add ability to hide Feedback widget after submission #16155

Kobby-Bawuah opened this issue Apr 28, 2025 · 4 comments

Comments

@Kobby-Bawuah
Copy link

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

  • Allow programmatic hiding of the widget (e.g., hideWidget() method).
  • Option to auto-hide the widget after feedback submission.
  • Option to exclude the widget from replays after submission.
@ahazelwood
Copy link

Especially on a mobile device, the Feedback widget takes over the whole screen and it may become impossible to see what the user is talking about in a Replay.

Image

@Lms24
Copy link
Member

Lms24 commented Apr 29, 2025

Forwarded to the feedback team for further triage

@jas-kas
Copy link
Member

jas-kas commented Apr 29, 2025

@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:

The Sentry Feedback widget stays visible during Session Replay even after a user submits feedback.

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:

the Feedback widget takes over the whole screen and it may become impossible to see what the user is talking about in a Replay.

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

@billyvg
Copy link
Member

billyvg commented Apr 29, 2025

Yeah the widget should not be visible after it is submitted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

6 participants