Skip to content

Conversation

@inventarSarah
Copy link
Collaborator

@inventarSarah inventarSarah commented Oct 14, 2025

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.

  • Urgent deadline (GA date, etc.):
  • Other deadline:
  • None: Not urgent, can wait up to 1 week+

SLA

  • Teamwork makes the dream work, so please add a reviewer to your PRs.
  • Please give the docs team up to 1 week to review your PR unless you've added an urgent due date to it.
    Thanks in advance for your help!

PRE-MERGE CHECKLIST

Make sure you've checked the following before merging your changes:

  • Checked Vercel preview for correctness, including links
  • PR was reviewed and approved by any necessary SMEs (subject matter experts)
  • PR was reviewed and approved by a member of the Sentry docs team

EXTRA RESOURCES

@vercel
Copy link

vercel bot commented Oct 14, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
sentry-docs Ready Ready Preview Comment Oct 28, 2025 1:20pm
1 Skipped Deployment
Project Deployment Preview Comments Updated (UTC)
develop-docs Ignored Ignored Preview Oct 28, 2025 1:20pm

@codecov
Copy link

codecov bot commented Oct 14, 2025

Bundle Report

Changes will increase total bundle size by 273 bytes (0.0%) ⬆️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
sentry-docs-client-array-push 10.16MB -6 bytes (-0.0%) ⬇️
sentry-docs-server-cjs 12.98MB 279 bytes (0.0%) ⬆️

Affected Assets, Files, and Routes:

view changes for bundle: sentry-docs-server-cjs

Assets Changed:

Asset Name Size Change Total Size Change (%)
1729.js -3 bytes 1.78MB -0.0%
../instrumentation.js -3 bytes 1.1MB -0.0%
9523.js -3 bytes 1.08MB -0.0%
../app/[[...path]]/page.js.nft.json 96 bytes 859.84kB 0.01%
../app/platform-redirect/page.js.nft.json 96 bytes 859.75kB 0.01%
../app/sitemap.xml/route.js.nft.json 96 bytes 856.98kB 0.01%
view changes for bundle: sentry-docs-client-array-push

Assets Changed:

Asset Name Size Change Total Size Change (%)
static/chunks/pages/_app-*.js -3 bytes 882.71kB -0.0%
static/chunks/8321-*.js -3 bytes 425.87kB -0.0%
server/middleware-*.js -6.46kB 1.0kB -86.59%
server/middleware-*.js 6.46kB 7.46kB 645.5% ⚠️
static/Yu0TrnnJOppxZoNI3MGQj/_buildManifest.js (New) 684 bytes 684 bytes 100.0% 🚀
static/Yu0TrnnJOppxZoNI3MGQj/_ssgManifest.js (New) 77 bytes 77 bytes 100.0% 🚀
static/5Dys821QJHEy94ICIs9nY/_buildManifest.js (Deleted) -684 bytes 0 bytes -100.0% 🗑️
static/5Dys821QJHEy94ICIs9nY/_ssgManifest.js (Deleted) -77 bytes 0 bytes -100.0% 🗑️

}
```

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.
Copy link
Member

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

Copy link
Collaborator Author

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!

Comment on lines +1 to +18
<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>
Copy link
Member

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?

Copy link
Collaborator Author

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.

@inventarSarah inventarSarah merged commit a6d5133 into master Oct 28, 2025
13 checks passed
@inventarSarah inventarSarah deleted the smi/quick-start/react-router branch October 28, 2025 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create React Router Quick Start guide

3 participants