Skip to content

Commit 65e6551

Browse files
authored
feat: Update docs for adjacent traces (#15532)
<!-- Use this checklist to make sure your PR is ready for merge. You may delete any sections you don't need. --> ## DESCRIBE YOUR PR The way of previous & next traces are shown has changed in the UI (see: getsentry/sentry#102472) ## IS YOUR CHANGE URGENT? Help us prioritize incoming PRs by letting us know when the change needs to go live. - [ ] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE --> - [ ] Other deadline: <!-- ENTER DATE HERE --> - [x] None: Not urgent, can wait up to 1 week+ ## SLA - Teamwork makes the dream work, so please add a reviewer to your PRs. - Please give the docs team up to 1 week to review your PR unless you've added an urgent due date to it. Thanks in advance for your help! ## PRE-MERGE CHECKLIST *Make sure you've checked the following before merging your changes:* - [x] Checked Vercel preview for correctness, including links - [x] PR was reviewed and approved by any necessary SMEs (subject matter experts) - [x] PR was reviewed and approved by a member of the [Sentry docs team](https://github.com/orgs/getsentry/teams/docs) ## EXTRA RESOURCES - [Sentry Docs contributor guide](https://docs.sentry.io/contributing/)
1 parent 72eecc2 commit 65e6551

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
-29.6 KB
Loading

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ By default, the waterfall view shows a list of transactions. If you need more gr
5757

5858
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.
5959

60-
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.
60+
If linked traces are available, you will see "Previous" or "Next" buttons next to the search bar and "Open in Explore" button, near the top of the trace view. These buttons allow you to navigate between traces that occurred before or after the current one.
6161

6262
![Previous and next trace links](./img/trace-view-links.png)
6363

0 commit comments

Comments
 (0)