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 02259c7 commit fb92cfaCopy full SHA for fb92cfa
packages/nextjs/src/server/vercelCronsMonitoring.ts
@@ -32,6 +32,7 @@ function getVercelCronsConfig(): VercelCronsConfig {
32
try {
33
return JSON.parse(globalWithCronsConfig._sentryVercelCronsConfig) as VercelCronsConfig;
34
} catch {
35
+ DEBUG_BUILD && debug.log('[@sentry/nextjs] Failed to parse Vercel crons config');
36
return undefined;
37
}
38
0 commit comments