Skip to main content

How can I search for all issues reported from a specific domain name?

Updated over a month ago

Issue

I would like to do a wildcard search on the "url" tag within my Issues.

Applies To

  • All customers

Resolution

To refine your Sentry searches, the has:url condition is a great tool to identify issues that include a URL value. By leveraging the url filter, you can precisely narrow down your results. For example:

  • Use url:<value> to match specific URLs.

  • Incorporate wildcards for more flexible filtering. To focus on events originating from a particular domain, you can use a query like url:"*example.domain*".

Did this answer your question?