diff --git a/docs/concepts/key-terms/tracing/img/trace-view-links.png b/docs/concepts/key-terms/tracing/img/trace-view-links.png index aa7f87de6910cb..034f0ac2b50f08 100644 Binary files a/docs/concepts/key-terms/tracing/img/trace-view-links.png and b/docs/concepts/key-terms/tracing/img/trace-view-links.png differ diff --git a/docs/concepts/key-terms/tracing/trace-view.mdx b/docs/concepts/key-terms/tracing/trace-view.mdx index 250bafecae0274..3e3ab6efb923be 100644 --- a/docs/concepts/key-terms/tracing/trace-view.mdx +++ b/docs/concepts/key-terms/tracing/trace-view.mdx @@ -57,7 +57,7 @@ By default, the waterfall view shows a list of transactions. If you need more gr 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. -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. +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. ![Previous and next trace links](./img/trace-view-links.png)