Summary
I can create an alert rule, but cannot update an alert rule.
When I try to update an alert rule, there an error occurred. (below screenshot)
Sentry api call is failing for strange validation. (used browser console)
PUT https://sentry.io/api/0/projects/<organization>/<project>/rules/<rule_id>/
- Status code
400
with response body:{"owner":["This field may not be null."]}
I cannot find any owner
or similar field from the dashboard.
How can I update my alert rule? I can delete and re-create same rule, but I’m afraid to lose my alert history or else.