Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/nextjs
SDK Version
7.110.1
Framework Version
No response
Link to Sentry event
No response
SDK Setup
No response
Steps to Reproduce
- Create a route handler using the App Router as your job run.
- Add a
vercel.json file with a Cron job pointing to such route handler.
- Deploy to Vercel
Expected Result
Monitor is created automatically in Sentry, and each Cron job execution is reported with it's appropriate status.
Actual Result
Nothing happens.
Auto-detection does work with Pages router, though.
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/nextjs
SDK Version
7.110.1
Framework Version
No response
Link to Sentry event
No response
SDK Setup
No response
Steps to Reproduce
vercel.jsonfile with a Cron job pointing to such route handler.Expected Result
Monitor is created automatically in Sentry, and each Cron job execution is reported with it's appropriate status.
Actual Result
Nothing happens.
Auto-detection does work with Pages router, though.