We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
disableServerWebpackPlugin
disableClientWebpackPlugin
1 parent f7241c4 commit 68eef79Copy full SHA for 68eef79
packages/nextjs/src/config/types.ts
@@ -35,6 +35,8 @@ export type NextConfigObject = {
35
};
36
37
export type UserSentryOptions = {
38
+ // Override the SDK's default decision about whether or not to enable to the webpack plugin. Note that `false` forces
39
+ // the plugin to be enabled, even in situations where it's not recommended.
40
disableServerWebpackPlugin?: boolean;
41
disableClientWebpackPlugin?: boolean;
42
hideSourceMaps?: boolean;
0 commit comments