#Custom search in all projects with a stack.filename path regex

7 messages · Page 1 of 1 (latest)

onyx escarp
#

I recently migrated to the business version of Sentry. I want to create Dashboards for different teams and create searches based on the error path. For example, I want to search for stack.filename: /beevo/core*, but I want the search to only look at the line that appears in the issue, not all lines, just the last line where the error occurred.

Basically, I want to search in all project where issue title path contains: /beevo/core

I've put this: is:unresolved issue.priority:[high, medium] stack.filename:/beevo/core*

But, this search in all lines of the stack...

bitter scaffold
#

I think you want to search for "location"

#

So location:/beevo/core/* for example

mint jetty
#

hi, Miguel! Have you had a chance to try out what Alex suggested? Does it help you scope your dashboards in the way you were thinking?

An alternative way might be to define ownership rules for your issues, in order to automatically assign issues to teams. Then you can just create your dashboard for issues filtering by the assignee. Let us know if either worked of if you have other questions 🙂

Learn how to set up ownership rules to automatically assign issues to the right owners.

onyx escarp
#

Hi @mint jetty! yes, I did it, but didnt work. I'll try what you said..

onyx escarp
#

Well, but it seems that ownership rules ir for project... Now imagine this: I have a core application that dozens projects are using... In this core application I have several "components/modules" and I have teams responsible for one or more modules... I want search in all projects for specific stack path issue... i think this makes sense and Sentry even the business can't do that and I expected that...

#

In the end, I want to have a Dashboard per team.