onRequestError
constonRequestError: (error,request,errorContext) =>void=Sentry.captureRequestError
Defined in: instrumentation.ts:56
Re-export of Sentry request error handler for Next.js instrumentation wiring.
Reports errors passed to the the Next.js onRequestError instrumentation hook.
Parameters
Section titled “Parameters”unknown
request
Section titled “request”RequestInfo
errorContext
Section titled “errorContext”ErrorContext
Returns
Section titled “Returns”void