sentry icon indicating copy to clipboard operation
sentry copied to clipboard

chore(derived_code_mappings): Report known issues as non-errors

Open armenzg opened this issue 1 year ago • 0 comments

This reports the exceptions as warning-level errors rather than error-level.

Deployments do not get paused if the error is warning or lower:

--additional-query="issue.type:error !level:info !level:warning"

Rendering of a warning-level exception: image

PS: This is a redo of #76212 but without passing a level, thus, making it an info-level message.

armenzg avatar Aug 27 '24 18:08 armenzg