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 c86e63c commit 045d11bCopy full SHA for 045d11b
packages/nextjs/src/config/webpack.ts
@@ -649,7 +649,7 @@ export function getWebpackPluginOptions(
649
}
650
651
// eslint-disable-next-line no-console
652
- console.warn(
+ console.error(
653
`${warningPrefix} ${chalk.bold(
654
'No Sentry auth token configured.',
655
)} Source maps will not be uploaded.\n${msg}\n`,
0 commit comments