-
-
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
docs(js/react-router): Add setup guide for react router (framework) #12068
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Skipped Deployments
|
Bundle ReportChanges will increase total bundle size by 7.51kB (0.04%) ⬆️. This is within the configured threshold ✅ Detailed changes
|
platform-includes/getting-started-config/javascript.react-router.mdx
Outdated
Show resolved
Hide resolved
platform-includes/getting-started-config/javascript.react-router.mdx
Outdated
Show resolved
Hide resolved
platform-includes/getting-started-config/javascript.react-router.mdx
Outdated
Show resolved
Hide resolved
platform-includes/getting-started-config/javascript.react-router.mdx
Outdated
Show resolved
Hide resolved
platform-includes/getting-started-sourcemaps/javascript.react-router.mdx
Outdated
Show resolved
Hide resolved
platform-includes/getting-started-sourcemaps/javascript.react-router.mdx
Outdated
Show resolved
Hide resolved
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.
Thanks for this big update @chargome! 🏄♂️ Looks good from a docs perspective, this is a pretty technical one so we should probably have an engineer review it as well.
…er.mdx Co-authored-by: Alex Krawiec <[email protected]>
…er.mdx Co-authored-by: Alex Krawiec <[email protected]>
…router.mdx Co-authored-by: Alex Krawiec <[email protected]>
…router.mdx Co-authored-by: Alex Krawiec <[email protected]>
platform-includes/getting-started-config/javascript.react-router.mdx
Outdated
Show resolved
Hide resolved
platform-includes/getting-started-config/javascript.react-router.mdx
Outdated
Show resolved
Hide resolved
platform-includes/getting-started-config/javascript.react-router.mdx
Outdated
Show resolved
Hide resolved
platform-includes/getting-started-primer/javascript.react-router.mdx
Outdated
Show resolved
Hide resolved
platform-includes/getting-started-sourcemaps/javascript.react-router.mdx
Outdated
Show resolved
Hide resolved
platform-includes/getting-started-sourcemaps/javascript.react-router.mdx
Outdated
Show resolved
Hide resolved
platform-includes/getting-started-verify/javascript.react-router.mdx
Outdated
Show resolved
Hide resolved
…er.mdx Co-authored-by: Andrei <[email protected]>
…router.mdx Co-authored-by: Andrei <[email protected]>
…er.mdx Co-authored-by: Andrei <[email protected]>
…router.mdx Co-authored-by: Andrei <[email protected]>
@@ -273,6 +273,8 @@ import VueSVGLarge from 'platformicons/svg_80x80/vue.svg'; | |||
import WasmSVGLarge from 'platformicons/svg_80x80/wasm.svg'; | |||
import WindowsSVGLarge from 'platformicons/svg_80x80/windows.svg'; | |||
import XamarinSVGLarge from 'platformicons/svg_80x80/xamarin.svg'; | |||
// TODO(cg): move to platformicons once available | |||
import ReactRouterSVGLarge from 'public/icon/rr.svg'; |
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.
could we just update platformicons first before merging in this PR? I'd rather avoid this temporary code, and I think these docs can wait the extra 2-3 days.
Sentry.init({ | ||
dsn: "___PUBLIC_DSN___", | ||
integrations: [ | ||
Sentry.browserTracingIntegration(), |
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.
shouldn't this use the react router integration?
This PR adds react-router (v7 framework mode) as a new guide within the javascript platform.
Since we do not yet provide a dedicated SDK, these docs just cover a very minimal setup using
@sentry-react
and@sentry/node
.closes getsentry/sentry-javascript#14578