Skip to content

Conversation

@jasonyuezhang
Copy link
Owner

Implement thumbs up/down feedback buttons on Seer cards (Root Cause, Solution, Code Changes) to collect user feedback.

This PR introduces a new CardFeedback component that:

  • Displays thumbs up/down icons for each card.
  • Tracks the seer.autofix.feedback_submitted analytics event with relevant parameters.
  • Shows a "Thanks!" message after feedback is submitted.
  • Prevents event propagation to avoid interfering with card navigation.

The feedback buttons appear when the card is loaded and a valid run_id is present. This implementation reuses the existing seer.autofix.feedback_submitted analytics event, requiring no backend changes.

Legal Boilerplate

Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. and is gonna need some rights from me in order to utilize my contributions in this here PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms.


Slack Thread

Open in Cursor Open in Web


Copied from getsentry#104569
Original PR: getsentry#104569

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants