Skip to content

Commit 204d223

Browse files
committed
Use dryRun for e2e tests.
1 parent ff386be commit 204d223

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/e2e-tests/test-applications/create-next-app/next.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ const sentryWebpackPluginOptions = {
2929
silent: true, // Suppresses all logs
3030
// For all available options, see:
3131
// https://github.com/getsentry/sentry-webpack-plugin#options.
32+
33+
// We're not testing source map uploads at the moment.
34+
dryRun: true,
3235
};
3336

3437
// Make sure adding Sentry options is the last code to run before exporting, to

0 commit comments

Comments
 (0)