Open
Description
Originally posted in #596 (comment)
Today in Spotlight we are displaying Root transaction context Under Traces -> Trace detail -> Context
But this is not a good way because this data is redundant as this is already present on transaction root span detail page -
What we should do?
if we take a ref from the Sentry Dashboard this is a Trace detail page with Trace context on right.
we can see that on Sentry dashboard, we are displaying:
- General Data of Trace.
- Tags from all child transactions.
I think we should do the same.
Activity