Skip to content

Commit 8e95be7

Browse files
authored
feat(issues): Update trace navigator images + description (#9358)
1 parent 4fbda49 commit 8e95be7

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

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

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,14 @@ To view other events, you can use the dropdown to skip to the latest or oldest e
4646

4747
![Trace Navigator](/product/issues/issue-details/trace-navigator.png)
4848

49-
The trace navigator (which displays below the date) is an abbreviated view of the related [trace](/product/sentry-basics/tracing/distributed-tracing) for the current transaction. It displays up to six nodes, each representing different groups of the event's trace:
49+
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.
5050

51-
- **Root**: Starting transaction
52-
- **Ancestor**: Events that are descendants of the root, and are directly related to the current event
53-
- **Parent**: Event that directly started the current event
54-
- **This Event**: Node representing the current event being viewed
55-
- **Children**: Events that the current event directly started
56-
- **Descendants**: Future generations of events created by children of this event
51+
Issues in the trace navigator timeline are represented by dots of various shades of red. Here are the different types to note:
52+
53+
- **Current Issue**: The current event you're viewing, which is larger than the other events in the trace.
54+
- **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.
55+
- **Performance Issue**: Represented with an open dot.
5756

58-
A node will be red if it is associated with errors.
5957
Click "View Full Trace" to display the [Trace View](/product/sentry-basics/tracing/trace-view).
6058

6159
## Suspect Commits
Loading
Loading

0 commit comments

Comments
 (0)