sentry
sentry copied to clipboard
[Issue Stream] Filter Issue Stream by count.
Problem Statement
- I want to ignore any issues that have happened fewer than let’s say 10 times. they’re just noise to me.
Solution Brainstorm
Add a count:>10
filter option in the issue stream.
Product Area
Issues
┆Issue is synchronized with this Jira Improvement by Unito
Assigning to @getsentry/support for routing ⏲️
Routing to @getsentry/product-owners-issues for triage ⏲️
@gid-sentry we do have count
as timesSeen
, however we don't have a way to do a less than or more than comparison right now. Not sure if we'd go route of supporting that or rather route of something like countAtLeast
and countAtMost
.
Ah! Looks like timesSeen:<500
does actually work in the issue stream, so maybe that's ok and we could close this issue?
Sounds good! 👍🏻