-
-
Couldn't load subscription status.
- Fork 1.6k
docs(js): Update React Router Framework quick start guide #15200
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
Bundle ReportChanges will increase total bundle size by 273 bytes (0.0%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: sentry-docs-server-cjsAssets Changed:
view changes for bundle: sentry-docs-client-array-pushAssets Changed:
|
8bb0fa9 to
e167c0c
Compare
| } | ||
| ``` | ||
|
|
||
| Open the route in your browser. You should start a trace and trigger two errors: one from the server side and one from the client side. |
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.
Did you test if this actually throws two errors? Just not sure if this just results in a ssr error
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.
No you're right, this only produces one error in Sentry. Thanks!
| <Expandable title="Want to learn more about these features?"> | ||
|
|
||
| - [**Issues**](/product/issues) (always enabled): Sentry's core error monitoring product that automatically reports errors, | ||
| uncaught exceptions, and unhandled rejections. If you have something that | ||
| looks like an exception, Sentry can capture it. | ||
| - [**Tracing**](/product/tracing): Track software performance while seeing the | ||
| impact of errors across multiple systems. For example, distributed tracing | ||
| allows you to follow a request from the frontend to the backend and back. | ||
| - [**Session Replay**](/product/explore/session-replay/web): | ||
| Get to the root cause of an issue faster by viewing a video-like reproduction | ||
| of what was happening in the user's browser before, during, and after the | ||
| problem. | ||
| - [**Profiling**](/product/explore/profiling/): Gain deeper insight than traditional tracing without custom instrumentation, letting you discover slow-to-execute or resource-intensive functions in your app. | ||
| - [**Logs**](/product/explore/logs): Centralize and analyze your application logs to | ||
| correlate them with errors and performance issues. Search, filter, and | ||
| visualize log data to understand what's happening in your applications. | ||
|
|
||
| </Expandable> |
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.
Should this be in an includes file maybe?
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.
@chargome This is the includes file -- we don't have this combination of features anywhere else right now so I created a new includes file.
…entry-docs into smi/quick-start/react-router
…ick-start/react-router
DESCRIBE YOUR PR
I've updated the existing React Router framework QS guide to align with our quick start guide template.
The page was already in great shape, so I primarily updated the structure and added new information.
Closes: #15199
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:
EXTRA RESOURCES