Skip to main content
Module

x/sentry/index.d.ts>PolymorphicRequest

The Official Sentry Deno SDK
Go to Latest
type alias PolymorphicRequest
import { type PolymorphicRequest } from "https://deno.land/x/sentry@8.0.0-beta.4/index.d.ts";

A Request type compatible with Node, Express, browser, etc., because everything is optional

definition:
& BaseRequest
& BrowserRequest
& NodeRequest
& ExpressRequest
& KoaRequest
& NextjsRequest