sentry icon indicating copy to clipboard operation
sentry copied to clipboard

feat(crons): Add deletion apis for processing errors

Open wedamija opened this issue 1 year ago • 1 comments

This adds apis at both the monitor and project level for deleting checkin processing errors.

wedamija avatar May 10 '24 06:05 wedamija

If we want, we could just make this api per project as well, instead of having two separate ones

wedamija avatar May 10 '24 16:05 wedamija

If we want, we could just make this api per project as well, instead of having two separate ones

could add a query parameter to filter to monitor slug?

evanpurkhiser avatar May 10 '24 17:05 evanpurkhiser

If we want, we could just make this api per project as well, instead of having two separate ones

could add a query parameter to filter to monitor slug?

I can delete it without the monitor slug anyway. We only really have to delete the actually error, we don't have to delete from the index since it'll just drop any errors that don't have values. But I think I can also just get the monitor info from the stored processing error. Maybe it's better to just do that?

wedamija avatar May 10 '24 17:05 wedamija