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...