Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/nextjs
SDK Version
7.111.0
Framework Version
Next.jsj 13.5.6
Link to Sentry event
No response
SDK Setup
Sentry.init({
dsn: SENTRY_DSN,
// Adjust this value in production, or use tracesSampler for greater control
tracesSampleRate: 1,
// Setting this option to true will print useful information to the console while you're setting up Sentry.
debug: false,
});
Steps to Reproduce
Create a Next.js app, add Sentry, deploy on Vercel
Expected Result
Errors from the pages/api folder are reported in Sentry, when deployed on Vercel
Actual Result
Errors from the pages/api folder are not reported in Sentry, when deployed on Vercel
Metadata
Metadata
Assignees
Type
Projects
Status
No status