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

Drop events by error name (Inbound Filters) #17

Open
RobinHoutevelts opened this issue Aug 23, 2023 · 0 comments
Open

Drop events by error name (Inbound Filters) #17

RobinHoutevelts opened this issue Aug 23, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@RobinHoutevelts
Copy link
Contributor

Summary

Sentry has a feature called Inbound Filters where you can drop incoming events when the error message matches with a set of patterns you can define. You can provide multiple patterns, one per line. The filter applies if any of the patterns match.

The Inbound Filters feature is paid-only and requires a Sentry business account.
We'd like to replicate that feature to wmsentry to drop events before even sending them, based on the error message.

Currently there is the excluded_exceptions and excluded_tags config option.
We'd like to propose an additional excluded_error_messages.

Basic example

excluded_error_messages:
  - 'The icon * is not available*'
  - 'Email not sent for *'
@RobinHoutevelts RobinHoutevelts added the enhancement New feature or request label Aug 23, 2023
@RobinHoutevelts RobinHoutevelts self-assigned this Aug 23, 2023
@RobinHoutevelts RobinHoutevelts removed their assignment Jun 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant