Skip to content

Commit 045d11b

Browse files
author
Luca Forstner
committed
make error
1 parent c86e63c commit 045d11b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nextjs/src/config/webpack.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ export function getWebpackPluginOptions(
649649
}
650650

651651
// eslint-disable-next-line no-console
652-
console.warn(
652+
console.error(
653653
`${warningPrefix} ${chalk.bold(
654654
'No Sentry auth token configured.',
655655
)} Source maps will not be uploaded.\n${msg}\n`,

0 commit comments

Comments
 (0)