Environment
SaaS (https://sentry.io/)
Steps to Reproduce
Attempting to delete an alert rule from the Sentry UI fails with a generic error message. The network request made by the frontend returns a 404 Not Found. I was able to reproduce this in the customer's org, for org details please see the Linear ticket.
- Navigate to: https://slug.sentry.io/issues/alerts/rules/?project=&statsPeriod=14d
- Attempt to delete an existing alert rule via the UI
- Observe error message in UI
- Check browser DevTools → Network tab
UI shows: “There was a problem deleting the alert”
Network request:
DELETE https://us.sentry.io/api/0/projects/slug/project/rules/<rule_id>/
Response: 404 Not Found
Expected Result
Alert rule should be deleted successfully
Actual Result
Alert rule is not deleted, an error is thrown
Product Area
Alerts
Link
No response
DSN
No response
Version
No response
Environment
SaaS (https://sentry.io/)
Steps to Reproduce
Attempting to delete an alert rule from the Sentry UI fails with a generic error message. The network request made by the frontend returns a 404 Not Found. I was able to reproduce this in the customer's org, for org details please see the Linear ticket.
UI shows: “There was a problem deleting the alert”
Network request:
Expected Result
Alert rule should be deleted successfully
Actual Result
Alert rule is not deleted, an error is thrown
Product Area
Alerts
Link
No response
DSN
No response
Version
No response