sentry
sentry copied to clipboard
[Replay Index] Hide empty attributes when searching for a selector
dead.selector:“a[role=\“\”][aria-label=\“\”][data-test-id=\“\”][alt=\“\”][title=\“\”]”
If a user needs to write the query by hand they’ll also need to set these "". That makes the search very hard to use.
If you click on a selector, the empty states are filled out. The search gets pretty "messy" with all these additional attributes, making it harder to use or add additional filters.
Possible solution: if query doesn't contain a certain attribute, we set this in JS when making the query to the backend, but don’t show it explicitly in the search box. The user doesn't have to type out every attribute either.