-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Distrubited Tracing Tutorial #11518
Distrubited Tracing Tutorial #11518
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
Bundle ReportChanges will increase total bundle size by 2.02kB (0.01%) ⬆️. This is within the configured threshold ✅ Detailed changes
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is looking super solid! Just a few more tweaks and it will be ready to merge.
docs/product/sentry-basics/distributed-tracing/initialize-sentry-sdk-frontend.mdx
Outdated
Show resolved
Hide resolved
docs/product/sentry-basics/distributed-tracing/initialize-sentry-sdk-backend.mdx
Outdated
Show resolved
Hide resolved
docs/product/sentry-basics/distributed-tracing/initialize-sentry-sdk-backend.mdx
Outdated
Show resolved
Hide resolved
docs/product/sentry-basics/distributed-tracing/initialize-sentry-sdk-frontend.mdx
Outdated
Show resolved
Hide resolved
docs/product/sentry-basics/distributed-tracing/generate-first-error.mdx
Outdated
Show resolved
Hide resolved
docs/product/sentry-basics/distributed-tracing/generate-first-error.mdx
Outdated
Show resolved
Hide resolved
1. Go back to the browser window and try clicking on the **Nonfat Water** button again, you will no longer see the expected product information. Instead, you'll see text saying something went wrong. If you look at line 88 of the `App.js` file in the `tracing-tutorial-frontend` repo, you'll see this is what the frontend displays when it's call to the backend doesn't return any data. | ||
|
||
1. Open the terminal window that's running the `tracing-tutorial-backend` server. Here, you'll see that a log letting you know that an error has occurred. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1. Go back to the browser window and try clicking on the **Nonfat Water** button again, you will no longer see the expected product information. Instead, you'll see text saying something went wrong. If you look at line 88 of the `App.js` file in the `tracing-tutorial-frontend` repo, you'll see this is what the frontend displays when it's call to the backend doesn't return any data. | |
1. Open the terminal window that's running the `tracing-tutorial-backend` server. Here, you'll see that a log letting you know that an error has occurred. | |
1. Go back to the browser window and click the **Nonfat Water** button again. Instead of seeing the expected product information, you'll now see text telling you that something went wrong. If you look at line 88 of the `App.js` file in the `tracing-tutorial-frontend` repo, you'll see this is what the frontend displays when its call to the backend doesn't return any data. | |
1. Open the terminal window that's running the `tracing-tutorial-backend` server. You'll see a log letting you know that an error has occurred. |
docs/product/sentry-basics/distributed-tracing/generate-first-error.mdx
Outdated
Show resolved
Hide resolved
docs/product/sentry-basics/distributed-tracing/generate-first-error.mdx
Outdated
Show resolved
Hide resolved
docs/product/sentry-basics/distributed-tracing/generate-first-error.mdx
Outdated
Show resolved
Hide resolved
…ry-sdk-frontend.mdx Co-authored-by: Liza Mock <[email protected]>
…ry-sdk-backend.mdx Co-authored-by: Liza Mock <[email protected]>
…ry-sdk-backend.mdx Co-authored-by: Liza Mock <[email protected]>
…ry-sdk-frontend.mdx Co-authored-by: Liza Mock <[email protected]>
…error.mdx Co-authored-by: Liza Mock <[email protected]>
…error.mdx Co-authored-by: Liza Mock <[email protected]>
…error.mdx Co-authored-by: Liza Mock <[email protected]>
…error.mdx Co-authored-by: Liza Mock <[email protected]>
…error.mdx Co-authored-by: Liza Mock <[email protected]>
* Make tech stack clearer earlier in text * Split long paragraph * Remove text that probably makes no sense if you are a first time user * Explain DSN in context of the screen a user is currently on * It is clearer in one sentence * Put instructions in corre t order * Move comment * Add new bullet point for importing instrument into server.js * Looks clearer as a diff * Depending on user preferences in their IDE, this might not be line 88, e.g. line length settings * Fix typo
…through
DESCRIBE YOUR PR
A new interactive tutorial to get set up with Sentry and distributed tracing.
IS YOUR CHANGE URGENT?
Help us prioritize incoming PRs by letting us know when the change needs to go live.
SLA
Thanks in advance for your help!
PRE-MERGE CHECKLIST
Make sure you've checked the following before merging your changes:
LEGAL BOILERPLATE
Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. and is gonna need some rights from me in order to utilize my contributions in this here PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms.
EXTRA RESOURCES