Skip to content

Commit e3ba5db

Browse files
coolguyzonelizokm
andauthored
Update docs/product/sentry-basics/distributed-tracing/generate-first-error.mdx
Co-authored-by: Liza Mock <[email protected]>
1 parent 47dc42e commit e3ba5db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/product/sentry-basics/distributed-tracing/generate-first-error.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If you're using your own source code, skip this step. Instead, select your [plat
2828
</button>
2929
</div>
3030
```
31-
Take note that in the `server.js` file of the `tracing-tutorial-backend` repo, there is a middleware function handling the `/products/debug-sentry` route, which throws a sample error:
31+
There's a middleware function handling the `/products/debug-sentry` route in the `server.js` file of the `tracing-tutorial-backend` repo that throws a sample error:
3232

3333
```javascript {filename:server.js}
3434
app.get("/products/debug-sentry", (req, res) => {

0 commit comments

Comments
 (0)