Skip to content

Commit fcbe246

Browse files
authored
fix(docs): Broken trace explorer redirect link (#10373)
Trace Explorer is no longer at `/performance/traces/` and it's now `/traces/`.
1 parent c4290bd commit fcbe246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/product/explore/traces/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: "Learn how to use the Traces page to search span data, including co
88
The Traces page is currently in beta. Beta features are still in progress and may have bugs. We recognize the irony.
99
</Note>
1010

11-
The [**Traces**](https://sentry.io/orgredirect/organizations/:orgslug/performance/traces/) page lets you search for individual spans that make up a trace, linked by a trace id. This gives you a connected view of your application from the frontend to the backend and/or between different applications and workflows. You can query and find particular distributed traces to help you debug problems or optimize hot paths in your application.
11+
The [**Traces**](https://sentry.io/orgredirect/organizations/:orgslug/traces/) page lets you search for individual spans that make up a trace, linked by a trace id. This gives you a connected view of your application from the frontend to the backend and/or between different applications and workflows. You can query and find particular distributed traces to help you debug problems or optimize hot paths in your application.
1212

1313

1414
### Build a New Traces Query

0 commit comments

Comments
 (0)