Michelle Fu
Michelle Fu
feat(anomaly detection): Add anomaly detection alerts option + preliminary work for new form fields
Add the option for anomaly detection alerts. When the user clicks on the option, render something different as a placeholder. (The orange border is just to highlight the change.) https://github.com/user-attachments/assets/a5f55b1d-c7c8-4d54-bdd4-d072ea918aa2
If an error occurs on serializer.save(), catch the error and surface it to the user instead of giving an InternalError. Fixes https://getsentry.atlassian.net/browse/ALRT-193
Currently, these alerts are not deleted from the DB, so the post_delete() will not fire.
Add logging via EventLifecycle and EventLifecycleMetric to PagerDuty and Opsgenie.
Migrate the alerts that didn't get correctly migrated the first run (due to errors with discord actions or the migration stalling).
POST request for the user merge account endpoint. The user passes in lists of ids that they want to merge and delete, and these are deleted/merged into the primary user...
We should wait until we've merged the changes setting sentry app and heroku user placeholder emails to merge this change. Requires https://github.com/getsentry/sentry/pull/92655 to be merged.