Description
Description
Next.js 15 added onRequestError
which allows for deeper instrumentation for errors.
If people upgrade there is nothing telling them to add export const onRequestError = Sentry.captureRequestError;
as per our setup guide and wizard: However, it would be very important to do so.
We should add a warning when Next.js builds or in dev mode when onRequestError is missing so that people add it. Only when we are on Next.js >= 15 though