Skip to content

Commit 47dc42e

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

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
@@ -6,7 +6,7 @@ description: "Learn how to capture your first error and view it in Sentry."
66

77
Now that the sample apps are up and running on your local environment and integrated with the Sentry SDKs, you're ready to generate the first error. Please ensure you have BOTH apps running (on http://localhost:3000 and http://localhost:3001).
88

9-
You should see the 'One-Stop Shop' site running on http://localhost:3000. When you click on any of the product buttons, this will trigger a call to the backend for product info. As long as your Express server is running, you should see titles, images and descriptions for each product.
9+
You should see the 'One-Stop Shop' site running on http://localhost:3000. Clicking on any of the product buttons will trigger a call to the backend for product info. As long as your Express server is running, you should see titles, images, and descriptions for each product.
1010

1111
## 1. Trigger an Error
1212

0 commit comments

Comments
 (0)