-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Glob Syntax inconsistent in Inbound Filters #81868
Comments
Assigning to @getsentry/support for routing ⏲️ |
Routing to @getsentry/product-owners-ingestion-and-filtering for triage ⏲️ |
This is historic and probably too late to change now because it involves to many already configured rules, Relay prepends the message which is a matched against the glob with the exception type, e.g. |
Environment
SaaS (https://sentry.io/)
Steps to Reproduce
Example: say we want to filter out all errors beginning with
TypeError1234
TypeError1234*
Expected Result
All errors beginning with
TypeError1234
are filtered.Actual Result
Trailing an Error Message in inbound filters with a wildcard
*
as intended, will not work.Instead, the message needs to be encapsulated in wildcards, like
*TypeError1234*
even if it's the start of the message.Product Area
Settings
Link
No response
DSN
No response
Version
No response
The text was updated successfully, but these errors were encountered: