Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Aug 29, 2024

Commits on Aug 27, 2024

  1. chore(derived_code_mappings): Report errors with warning level (#76212)

    This reports the exceptions as warning-level errors rather than
    error-level.
    
    Deployments do not get paused if the error is [warning or
    lower](https://github.com/getsentry/getsentry/blob/b08907d9da3e8856c6cbedbd86d4a722c6f89dd9/gocd/templates/bash/backend/check-sentry-new-errors.sh#L12):
    ```
    --additional-query="issue.type:error !level:info !level:warning"
    ```
    
    Rendering of a warning-level exception:
    <img width="265" alt="image"
    src="https://github.com/user-attachments/assets/cd630c9b-9ac7-4894-aa33-736789c17c0b">
    armenzg committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    ed72a1e View commit details
    Browse the repository at this point in the history
  2. Fix minor issue

    armenzg committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    800e5ae View commit details
    Browse the repository at this point in the history