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.
1 parent df88818 commit a8fb462Copy full SHA for a8fb462
packages/nextjs/src/config/webpack.ts
@@ -29,7 +29,7 @@ export { SentryWebpackPlugin };
29
* Sets:
30
* - `devtool`, to ensure high-quality sourcemaps are generated
31
* - `entry`, to include user's sentry config files (where `Sentry.init` is called) in the build
32
- * - `plugins`, to add SentryWebpackPlugin (TODO: optional)
+ * - `plugins`, to add SentryWebpackPlugin
33
*
34
* @param userNextConfig The user's existing nextjs config, as passed to `withSentryConfig`
35
* @param userSentryWebpackPluginOptions The user's SentryWebpackPlugin config, as passed to `withSentryConfig`
0 commit comments