You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: platform-includes/crons/setup/javascript.nextjs.mdx
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,10 @@ Instrumented cron jobs are decided at runtime by examining the `crons` field in
7
7
8
8
Set the `automaticVercelMonitors` option to `true` in your Sentry settings in `next.config.js`. See <PlatformLinkto="/manual-setup/#opt-out-of-auto-instrumentation-of-vercel-cron-jobs">Manual Setup</PlatformLink> for more details.
9
9
10
+
<Alertlevel="warning">
11
+
Automatic instrumentation of Vercel cron jobs currently only works for the Pages Router. App Router route handlers are not yet supported.
0 commit comments