Skip to content

Commit 5117609

Browse files
s1gr1dcoolguyzone
andauthored
docs(tracing): Add docs for Previous and Next trace (#13406)
* docs(tracing): Add docs for Previous and Next trace * add additional sentence * Update docs/concepts/key-terms/tracing/trace-view.mdx Co-authored-by: Alex Krawiec <[email protected]> --------- Co-authored-by: Alex Krawiec <[email protected]>
1 parent b07a862 commit 5117609

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
57 KB
Loading

docs/concepts/key-terms/tracing/trace-view.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,15 @@ By default, the waterfall view shows a list of transactions. If you need more gr
4848
</div>
4949

5050
<br />
51+
52+
### Previous and Next Traces
53+
54+
As users interact with an application, they generate multiple traces. For example, when a user loads a page in their browser and then navigates to another page, this creates two separate traces: one for the initial pageload and another for the subsequent navigation. By default, Sentry will link the traces together.
55+
56+
If linked traces are available, you will see "Previous" or "Next" buttons below the waterfall view. These buttons allow you to navigate between traces that occurred before or after the current one.
57+
58+
![Previous and next trace links](./img/trace-view-links.png)
59+
5160
### Helpful Tips
5261

5362
Because debugging often involves multiple people or teams, we've made it easy to draw attention to specific areas of the trace and share a link that shows what you've highlighted with your colleagues. To do this, click on the row you'd like to draw attention to and share the resulting URL. Your colleague will see exactly what you want them to.

0 commit comments

Comments
 (0)