Metrics to Trace View link does not correctly focus on clicked span
Environment
SaaS (https://sentry.io/)
Steps to Reproduce
Clicking on an Android http.client.connection span ID from the Metrics table takes me to the trace view but the referenced span (in this case the http.client.connection span) is not auto-focused. This is a behavior that does happen for other spans.
Expected Result
I would expect the http.client.connection span that I clicked to be auto-focused when navigating to the trace view
Actual Result
Clicking on the span from the metrics table, does take me to the trace view but the span where the metric was collected is not focused by default. Once I get to the trace view, I have no idea which was the span that I just clicked into
Example here
Product Area
Other
Link
No response
DSN
No response
Version
No response
Assigning to @getsentry/support for routing ⏲️
Routing to @getsentry/product-owners-performance for triage ⏲️
This is a bug - we intentionally collapse http.client spans for Android because they are noisy. When we do that, the linking doesnt expand it in the view and it's not shown. We'll fix this