Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/sentry/index.d.ts>PolymorphicRequest

The Official Sentry Deno SDK
Latest
type alias PolymorphicRequest
import { type PolymorphicRequest } from "https://deno.land/x/sentry@8.37.1/index.d.ts";

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

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