Filter by user name or email

Hey guys!

I’ve configure my application to sent the user context containing the user name, email and id, now I’m trying to filter the issues by user name, but only the user id appears at the filter options.

Any clue?
Thanks in advance.

Our typeahead isn’t smart about this yet, but you can do things like user.id:1234 (and the same with the other core attributes). For more information see our search docs.

It’d be great to see this filter up to the top. We get specific crashes from users who give us their email address, and they’re next to impossible to find sans this query… unless you have a good workaround?

For me below search is working

user.username:"Enter Email Here"

Saurace: https://docs.sentry.io/product/sentry-basics/search/