Skip to main content

How can I search for issues that don't have a request URL?

Issue

I want to find all issues or events that are missing a request URL, using a negated search so I can exclude the ones that have one.

Applies To

  • All SaaS Customers and Self-Hosted Users

  • Error Monitoring

Resolution

Use the negation operator ! with has: to return only events missing the http.url field, which is the request URL. There are two ways to do this.

  1. In Explore → Errors, search event.type:error !has:http.url. Explore → Errors replaced the former Discover errors view and is available on all plans, including the free Developer plan.

  2. On the Issues page, type has:http.url, click the has token, then select does not have from the dropdown to negate it without typing !.

If instead you want events missing the browser page URL rather than the request URL, use the url tag: !has:url. The ! operator is documented in the search query syntax.

Did this answer your question?