Skip to content

Commit 68eef79

Browse files
committed
add docstring for disableServerWebpackPlugin and disableClientWebpackPlugin options
1 parent f7241c4 commit 68eef79

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/nextjs/src/config/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ export type NextConfigObject = {
3535
};
3636

3737
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.
3840
disableServerWebpackPlugin?: boolean;
3941
disableClientWebpackPlugin?: boolean;
4042
hideSourceMaps?: boolean;

0 commit comments

Comments
 (0)