-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
chore(alerts): Remove fe code for activated alerts #81218
Conversation
8eb56c6
to
6fa4b80
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #81218 +/- ##
==========================================
+ Coverage 80.25% 80.34% +0.08%
==========================================
Files 7447 7218 -229
Lines 329627 319477 -10150
Branches 20779 20765 -14
==========================================
- Hits 264540 256681 -7859
+ Misses 64693 62402 -2291
Partials 394 394 |
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.
code changes lgtm - just the question about the visual.
just fyi - for ui PRs it's also helpful to attach before / after screen shots to illustrate the changes.
This pull request has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you add the label "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
Another chunk of https://github.com/getsentry/sentry/pull/81095/files that removes activated alerts from serializers. This can't be merged until #81218 is merged.
I unintentionally removed the interval select field on metric alerts when removing the monitor type in #81218 this PR puts it back <img width="1077" alt="Screenshot 2025-01-07 at 9 45 10 AM" src="https://github.com/user-attachments/assets/d249600f-665a-43f3-bcfa-d6f2c567cfdd" /> --------- Co-authored-by: Nate Moore <[email protected]>
Remove the front end for activated alerts as it's being deprecated. I can't merge this until we clean up a couple live alerts but I wanted to get the PRs ready. The gigantic backend counterpart is here #81095
Before
After