-
-
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
Ability able to filter events based off conditional logic around releases #77831
Comments
Assigning to @getsentry/support for routing ⏲️ |
Routing to @getsentry/product-owners-settings-projects for triage ⏲️ |
Routing to @getsentry/product-owners-ingestion-and-filtering for triage ⏲️ |
This should be relatively straight forward with Generic Inbound Filters if we extend the |
Refer to the docs here: https://docs.sentry.io/concepts/data-management/filtering/#releases |
I don't think this should have been closed? What in those docs solves the problem I described? |
Problem Statement
Based off existing Github issues, listed here:
#72932, #71901, #63132
Wanted to add one more feature request regarding our Inbound Filters.
Is there a way to set up an inbound filter than will drop errors events for releases below a certain number? Right now it looks like I can filter via glob matching but I'd like to be able to say something like "drop error events for all releases below x.x.x", ideally being able to filter out error events more than x releases behind current
Solution Brainstorm
Since this doesn't seem possible could we allow this functionality via an API? Even if it is more of an unsupported internal API, being able to set this functionality programmatically would be great.
Product Area
Settings - Projects
The text was updated successfully, but these errors were encountered: