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 b5d96eb commit ea3d62aCopy full SHA for ea3d62a
packages/nextjs/src/config/webpack.ts
@@ -254,8 +254,7 @@ export function constructWebpackConfigFunction({
254
} else {
255
// log but noop
256
debug.error(
257
- 'error',
258
- 'Sentry failed to read vercel.json for automatic cron job monitoring instrumentation',
+ '[@sentry/nextjs] Failed to read vercel.json for automatic cron job monitoring instrumentation',
259
e,
260
);
261
}
0 commit comments