David Wang
David Wang
Not necessary as they are already used in a template string wrapped with `t()`
Add sort selector component to be used on listing page, will follow up with bulk edit modal sort
to avoid situations like this:
Related to: https://github.com/getsentry/getsentry/pull/13908
Shows errors that occurred while processing check-ins specific to a monitor
Adds a component which renders localized text describing each error. Should display a hovercard/tooltip component in place of `[checkin]` and any relevent extra information in the description Copy: https://www.notion.so/sentry/Copy-For-Checkin-Errors-f860fa73692a497585a368b085c53cdf
Adds types which match the ones in 'src/sentry/monitors/processing_errors/errors.py'
Got confused looking at this thinking it was checking for missed, changed to be more clear that its for timed out
Lets accept children here so we can customize the error text, this will be useful when we add the error component on the monitor listing page and we want to...