GET
GET(
request,context):Promise<Response>
Defined in: handlers/router.ts:40
Handles all GET requests routed through @sentry/junior/handler.
Supported routes:
api/healthapi/oauth/callback/:provider
Parameters
Section titled “Parameters”request
Section titled “request”Request
context
Section titled “context”RouteContext
Returns
Section titled “Returns”Promise<Response>