From a41618de0ca6d819c70c0e596e4a97c139c78434 Mon Sep 17 00:00:00 2001 From: Armen Zambrano G <44410+armenzg@users.noreply.github.com> Date: Tue, 18 Jun 2024 08:16:04 -0400 Subject: [PATCH] feat(trace_navigator): Update documentation --- docs/product/issues/issue-details/index.mdx | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/docs/product/issues/issue-details/index.mdx b/docs/product/issues/issue-details/index.mdx index 515e9e0c14033..02c1ce7ebd90c 100644 --- a/docs/product/issues/issue-details/index.mdx +++ b/docs/product/issues/issue-details/index.mdx @@ -61,16 +61,10 @@ To view other events, you can use the dropdown to skip to the latest or oldest e ![Trace Navigator](./img/trace-navigator.png) -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: +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. -- **Root**: Starting transaction -- **Ancestor**: Events that are descendants of the root, and are directly related to the current event -- **Parent**: Event that directly started the current event -- **This Event**: Node representing the current event being viewed -- **Children**: Events that the current event directly started -- **Descendants**: Future generations of events created by children of this event +The Trace Navigator displays the various events that happeneded during the associated trace. When you hover any of the dots on the trace navigator the developer will see what issue that event belongs to and clicking on it will navigatate to that specific event. -A node will be red if it is associated with errors. Click "View Full Trace" to display the [Trace View](/product/sentry-basics/tracing/trace-view). ### Related Issues