getsentry / sentry

Developer-first error tracking and performance monitoring
https://sentry.io
Other
39.18k stars 4.2k forks source link

Discover shows no values when using unresolved filter #80826

Open narsaynorath opened 1 hour ago

narsaynorath commented 1 hour ago

Environment

SaaS (https://sentry.io/)

Steps to Reproduce

If a filter using unresolved/resolved, e.g. is:unresolved filter is applied then Discover will not show the tags properly in its UI.

Expected Result

The values for title and such are populated.

Actual Result

Image

Product Area

Discover

Link

No response

DSN

No response

Version

No response

narsaynorath commented 1 hour ago

It looks like when we query for this field, it does a join and prefixes the events columns with the entity. I'm proposing we translate the keys back after the entity is applied, but I need to check with the alerts team if anything is relying on this.