getsentry / sentry

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

Filter errors that are not related to my team #55128

Open matany-orca opened 1 year ago

matany-orca commented 1 year ago

Problem Statement

Hi, In dashboards - Id like to be able to create a table based on errors, but be able to filter out errors that are not related (e.g. assigned) to my team. I know that "assignment" is ISSUE related, but if ill change the dataset to issues then i wouldnt be able to use the table for its purpose - top X errors, right? Id like to be able to combine both datasets to have TOP 10 ERRORS THAT BELONG TO MY TEAM tnx

Solution Brainstorm

No response

Product Area

Dashboards

getsantry[bot] commented 1 year ago

Assigning to @getsentry/support for routing ⏲️

getsantry[bot] commented 1 year ago

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

brentc commented 1 year ago

Hi @matany-orca.

Are you wanting to sort the table by the Issue's error count, and filter to just those assigned to your teams?

I believe you can achieve that result with the events column in the Issues set:

image

Please let me know if I'm misinterpreting the request though!