getsentry / sentry

Developer-first error tracking and performance monitoring
https://sentry.io
Other
38.86k stars 4.17k forks source link

Add ability to filter by "events" in issue widgets #68249

Open gotenxds opened 6 months ago

gotenxds commented 6 months ago

Problem Statement

Today when creating an issue widget you can add the number of events as a column - this column is a count column. But for some reason you cannot filter by it, that is you cannot filter events>x for example

image

Solution Brainstorm

No response

Product Area

Dashboards

getsantry[bot] commented 6 months ago

Assigning to @getsentry/support for routing ⏲️

getsantry[bot] commented 6 months ago

Routing to @getsentry/product-owners-dashboards for triage ⏲️

gggritso commented 6 months ago

@gotenxds thanks for raising this! The "filter" field is to filter out the events associated with the issues. The widget you're showing is a count of events per issue ID. You can use the filters to, for example, filter out events for a certain user or a transaction, which would affect the event counts.

There's no way to filter out the final results of the table. Is that what you're looking for? I imagine it's something like "only show issues with > x events"

gotenxds commented 6 months ago

Yes @gggritso , my goal here was to try and show only issues that had x events over the period of time selected

gggritso commented 6 months ago

Understood, thanks. This feature makes sense! I'm going to add this to our backlog. Not sure if we'll be able to work on it soon! Keeping the issue open, for tracking