sentry icon indicating copy to clipboard operation
sentry copied to clipboard

Metrics to Trace View link does not correctly focus on clicked span

Open serglom21 opened this issue 1 year ago • 2 comments

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

serglom21 avatar May 08 '24 15:05 serglom21

Assigning to @getsentry/support for routing ⏲️

getsantry[bot] avatar May 08 '24 15:05 getsantry[bot]

Routing to @getsentry/product-owners-performance for triage ⏲️

getsantry[bot] avatar May 10 '24 09:05 getsantry[bot]

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

JonasBa avatar May 11 '24 20:05 JonasBa