Skip to content

Commit f4ed861

Browse files
authored
1 parent 6b1ea7d commit f4ed861

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

docs/product/issues/issue-details/index.mdx

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,11 @@ To view other events, you can use the dropdown to skip to the latest or oldest e
6161

6262
![Trace Navigator](./img/trace-navigator.png)
6363

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.
6565

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.
7569

7670
### Related Issues
7771

0 commit comments

Comments
 (0)