-
-
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
Re-organize Next.js Manual Setup page #12487
Comments
I looked at the “Manual Setup” page to identify the content that is different from the wizard installer. At each point I suggested a possible new location for the content. Extend ConfigurationExtend Sentry Webpack Plugin Options
Create initialization config filessecond paragraph below code sample: "To set up this file, enable the Next.js instrumentation hook by setting the
Report react component render errorsReact Render Errors in App RouterParagraph below first code sample: "Note that if you create Next.js error.js files, these files will take precedence ..." + Code example
Errors from Nested React Server Componentscontent after first code example "If you need additional logic..."
React Render Errors in Pages Router
Instrument Next.js Server Actionsnot in wizard
Configure Source mapsDisable Source Maps
Use
|
SDK
JavaScript SDK
Description
We want to rework the Manual Setup page into the Next.js quick start guide (manual setup).
And ideally, the wizard and manual quick start guides lead to the same results.
However, currently, the manual setup page contains a lot of advanced topics that are not part of the quick start -> we want to move this content to other, more suitable pages
Suggested Solution
identify the information we want to move away from the Manual Setup page and find new homes for them (add to existing pages or create new ones)
consider: does it make sense to create pages under a "Next.js Features" page (see React) and have the next.js-specific information there
The text was updated successfully, but these errors were encountered: