#Why i can't search by user.id if is the most important field ?

1 messages · Page 1 of 1 (latest)

weak glade
#

says "user.id" is not a supported key

quick sundial
#

Are you sending spans with user.id fields ?

#

Mind sharing a link to your org please ?

#

If you type user in the search bar you can see if there are any spans in sentry that has an attribute with "user" in it

weak glade
#

Hi @quick sundial yes i am sure we send the user.id in the spans as can be seen but is not possible to search it as the dashboard says "user.id" is not supported key..
The link to the organization is https://exactly.sentry.io/

In the screenshot you can see that we send the user.id

quick sundial
#

So what is likely happening is that you can manually type in user.id:value and the filter will work - Here's an example

Your spans in this project have over 2000 attributes sent -and the frontend is unable to handle more than that gracefully - this is something we're working on

weak glade
#

is any possibility to prioriitize this one that is super core than others that are not used so frecuently?

quick sundial
#

We will prioritie but - just try typing "user.id:" and as soon as you hit : it should be tokenized 😓