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 8adcb66 commit b79bc84Copy full SHA for b79bc84
next.config.js
@@ -35,14 +35,6 @@ const sentryWebpackPluginOptions = {
35
// https://github.com/getsentry/sentry-webpack-plugin#options.
36
}
37
38
-
39
-// module.exports = withSentryConfig(
40
-// module.exports,
41
-// nextConfig,
42
-// { silent: true },
43
-// { hideSourceMaps: true },
44
-// )
45
46
// Make sure adding Sentry options is the last code to run before exporting, to
47
// ensure that your source maps include changes from all other Webpack plugins
48
module.exports = withSentryConfig(
0 commit comments