-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
feat(seer setting): Auto-Trigger Autofix turned into toggle [feature flagged] #103252
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
Conversation
roaga
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
logically makes sense but for frontend PRs it's helpful for the reviewer to include screenshots/videos of the different states
I can get those by running sentry frontend locally right? |
|
@Mihir-Mavalankar run with pnpm dev-ui |
|
Adding screenshots: @roaga |
…flagged] (#103252) ## PR Details + Change Auto Trigger Autofix from a dropdown to a toggle behind feature flag. + Backend remains the same: Off maps to "off" and On maps to "always" since we want to run of all issues depending on the fixability score. + Notion doc [reference](https://www.notion.so/sentry/Triage-Signals-V0-Technical-Implementation-Details-2a18b10e4b5d8086a7ceddaf4194849a?source=copy_link#2a18b10e4b5d8068a296e9109a9629f8)



PR Details