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
8.33.0-8.54.0
Framework Version
8.33.0-8.54.0
Link to Sentry event
No response
Reproduction Example/SDK Setup
No matter what I do, my endpoints are all hanging with a vercel 504 error. Sometimes they come through, but rarely. It's only on /api/*
routes as all my pages load, though I'm not doing any get*
methods on them. When I completely remove Sentry from my codebase, everything is extremely fast and there are no errors whatsoever. It works running next dev
locally, but only fails like this when deployed to vercel. All my environment variables are fine.
Steps to Reproduce
No matter what I do, my endpoints are all hanging with a vercel 504 error. Sometimes they come through, but rarely. It's only on /api/*
routes as all my pages load, though I'm not doing any get*
methods on them.
Expected Result
Every API shouldn't be returning a 504 error.
Actual Result
Every API shouldn't be returning a 504 error.
Metadata
Metadata
Assignees
Type
Projects
Status