Skip to content

Commit fc13c60

Browse files
coolguyzonelizokm
andauthored
Update docs/product/sentry-basics/distributed-tracing/index.mdx
Co-authored-by: Liza Mock <[email protected]>
1 parent fbdde8f commit fc13c60

File tree

1 file changed

+2
-2
lines changed
  • docs/product/sentry-basics/distributed-tracing

1 file changed

+2
-2
lines changed

docs/product/sentry-basics/distributed-tracing/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ description: "Follow this tutorial to set up Sentry error monitoring and distrib
77
This step-by-step tutorial walks you through setting up Sentry in both a frontend and backend sample application. After completing this tutorial you'll be able to trace the source and impact of your issues across projects and platforms. As part of this tutorial, you will:
88

99
- Configure the Sentry SDK on a sample React and Node/Express app.
10-
- Trigger a sample front-error that in turn triggers a sample back-end error.
11-
- Go into Sentry Distributed Tracing and see the details of the entire trace.
10+
- Trigger a sample front-end error that in turn triggers a sample back-end error.
11+
- Go to the [Traces](https://sentry.io/orgredirect/organizations/:orgslug/traces/) page in Sentry and see a detailed view of your entire trace.
1212

1313
This tutorial uses a [sample React application](https://github.com/getsentry/tracing-tutorial-frontend) on the frontend as well as a sample [Node/Express API](https://github.com/getsentry/tracing-tutorial-frontend) on the backend. Some familiarity with JavaScript will help you follow along. If you'd prefer, you can also apply the same steps to your own project, assuming you are running React on the frontend and Node/Express on the backend.
1414

0 commit comments

Comments
 (0)