You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/product/issues/issue-details/index.mdx
+4-10Lines changed: 4 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -61,17 +61,11 @@ To view other events, you can use the dropdown to skip to the latest or oldest e
61
61
62
62

63
63
64
-
The trace navigator (which is displayed below the date) is an abbreviated view of the related [trace](/product/sentry-basics/tracing/distributed-tracing) for the current transaction. It displays six types of nodes (if applicable), each representing different groups of the event's trace and visualized as a dot in the timeline:
64
+
The trace navigator (which you'll see right below the Event ID), is a timeline view that shows any other issues that might be part of the current event's [trace](/product/sentry-basics/tracing/distributed-tracing). The trace navigator shows up to 100 additional issues and you can click on any of them to view their details. Seeing (and being able to toggle between) multiple issues connected to a single event can be helpful for figuring out what went wrong. Note that the trace navigator is only available for issues that are part of a trace and have more than one issue.
65
65
66
-
-**Root**: Starting transaction
67
-
-**Ancestor**: Events that are descendants of the root, and are directly related to the current event
68
-
-**Parent**: Event that directly started the current event
69
-
-**This Event**: Node representing the current event being viewed
70
-
-**Children**: Events that the current event directly started
71
-
-**Descendants**: Future generations of events created by children of this event
72
-
73
-
A node will be red if it is associated with errors.
74
-
Click "View Full Trace" to display the [Trace View](/product/sentry-basics/tracing/trace-view).
66
+
-**Current Issue**: The current event you're viewing, which is larger than the other events in the trace.
67
+
-**Error Issue**: Represented with a solid, closed red dot. The shade varies from lighter to darker, with darker shades representing more events occurring at the same timestamp.
68
+
-**Performance Issue**: Represented with an open dot.
0 commit comments