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.
dryRun
1 parent 32897ee commit 2d4d93cCopy full SHA for 2d4d93c
packages/e2e-tests/test-applications/create-next-app/next.config.js
@@ -29,6 +29,9 @@ const sentryWebpackPluginOptions = {
29
silent: true, // Suppresses all logs
30
// For all available options, see:
31
// https://github.com/getsentry/sentry-webpack-plugin#options.
32
+
33
+ // We're not testing source map uploads at the moment.
34
+ dryRun: true,
35
};
36
37
// Make sure adding Sentry options is the last code to run before exporting, to
0 commit comments