Skip to content

Commit 3ac26c8

Browse files
Alex KrawiecAlex Krawiec
authored andcommitted
Clean up language and objectives on index page of tracing tutorial
1 parent 89f6999 commit 3ac26c8

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ sidebar_order: 1
44
description: "Follow this tutorial to set up Sentry for a sample fullstack JavaScript application. By the end, you'll be able to use distributed tracing."
55
---
66

7-
This step-by-step tutorial walks you through setting up Sentry in a React project to monitor errors in a frontend application. After completing this tutorial you'll be able to trace the source and impact of your issues across projects and platforms.
7+
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

9-
- x
10-
- x
11-
- x
9+
- 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 your entire trace.
1212

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

0 commit comments

Comments
 (0)