Description
Discussed in #7944
Originally posted by dmudro April 24, 2023
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.