-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
feat(seer-autofix): remember last used rca action #102399
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.
It might be a lot simpler to just use local storage. See the autofixStartBox and the "Start Root Cause Analysis" button, which does the same thing you're trying to do for this button
Yep thats what I was originally thinking of doing but realized that hmm, a user setting actually works here and persists across devices (for example, I use sentry on my personal laptop too) |
Idk I think that's over-engineering it for something that's just a small UI convenience. You wouldn't need backend work for it either |
I agree, but for the sake of this work the backend work is already done #102400, i'll just undo it for the sake of getting this in and I don't want waste too much time on a convo on this |
Remember a user's last used root cause card action in the user options <img width="914" height="322" alt="CleanShot 2025-10-30 at 21 18 27@2x" src="https://github.com/user-attachments/assets/bcfe843a-f707-4f39-a3eb-e020e66e66e4" /> <img width="772" height="360" alt="CleanShot 2025-10-30 at 21 16 51@2x" src="https://github.com/user-attachments/assets/862572cc-86c8-4228-9901-a341e750c138" /> Will still show [Find Solution] if you don't have any integrations configured. Paired with #102400
Remember a user's last used root cause card action in the user options <img width="914" height="322" alt="CleanShot 2025-10-30 at 21 18 27@2x" src="https://github.com/user-attachments/assets/bcfe843a-f707-4f39-a3eb-e020e66e66e4" /> <img width="772" height="360" alt="CleanShot 2025-10-30 at 21 16 51@2x" src="https://github.com/user-attachments/assets/862572cc-86c8-4228-9901-a341e750c138" /> Will still show [Find Solution] if you don't have any integrations configured. Paired with #102400
Remember a user's last used root cause card action in the user options <img width="914" height="322" alt="CleanShot 2025-10-30 at 21 18 27@2x" src="https://github.com/user-attachments/assets/bcfe843a-f707-4f39-a3eb-e020e66e66e4" /> <img width="772" height="360" alt="CleanShot 2025-10-30 at 21 16 51@2x" src="https://github.com/user-attachments/assets/862572cc-86c8-4228-9901-a341e750c138" /> Will still show [Find Solution] if you don't have any integrations configured. Paired with #102400
Remember a user's last used root cause card action in the user options
Will still show [Find Solution] if you don't have any integrations configured.
Paired with #102400