Replies: 1 comment
-
Created an issue so we can dive into this: #7948. Thanks for reaching out! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a specific case in my Vercel / Next.js / Sentry integration, where a 500 is not reported to Sentry.
the particular edge case is that my page occasionally fails on 413 Vercel / AWS Lambda payload limit. I do see the 500 in my Lambda logs (outside Sentry) but as if this particular failure never reached the Sentry notification trigger in my app handler / integration.
while I might need to understand the integration in more detail, I wonder if this is a known limit or I am having my
withSentry
Next.js / Vercel integration incorrect. I do see my custom Next.js 500 page when manually replicating the issue which is confusing as I'd expect this to be caught by Sentry. other 500s get reported to Sentry as expected.overall the integration works pretty well.
Beta Was this translation helpful? Give feedback.
All reactions