-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Update Next.js Build Options with content from Manual Setup page #12852
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
Update Next.js Build Options with content from Manual Setup page #12852
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Skipped Deployments
|
Bundle ReportChanges will decrease total bundle size by 15 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:
|
Pass configuration options directly to the Sentry Webpack Plugin | ||
[`@sentry/webpack-plugin`](https://www.npmjs.com/package/@sentry/webpack-plugin) |
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.
Pass configuration options directly to the Sentry Webpack Plugin | |
[`@sentry/webpack-plugin`](https://www.npmjs.com/package/@sentry/webpack-plugin) | |
Pass configuration options directly to the [Sentry Webpack Plugin](https://www.npmjs.com/package/@sentry/webpack-plugin) |
@@ -146,6 +146,21 @@ If set to `true`, the Sentry SDK will attempt to tree-shake code related to trac | |||
|
|||
## Next.js Specific Options | |||
|
|||
<SdkOption |
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.
Let's maybe move this out of Next.js specific options so it is at the same level but on the end of the page!
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.
Moved this to the end of the section as discussed 👍
@inventarSarah I re-triggered the 404-lint action, if it still fails this time please just try to rebase on master 🙏 |
…xtjs/manual-setup-move-content-options
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.
🚀
DESCRIBE YOUR PR
Update Next.js Build Options with content from the Manual Setup page:
unstable_sentryWebpackPluginOptions
tunnelRoute
excludeServerRoutes
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