POST
POST(
request,context):Promise<Response>
Defined in: handlers/router.ts:68
Handles all POST requests routed through @sentry/junior/handler.
Supported routes:
api/webhooks/:platformapi/queue/callback
queue/callback is routed here for local/dev parity, but production queue triggers
should still target the dedicated app/api/queue/callback/route.ts endpoint.
Parameters
Section titled “Parameters”request
Section titled “request”Request
context
Section titled “context”RouteContext
Returns
Section titled “Returns”Promise<Response>