Skip to main content
Module

x/sentry/index.mjs>PolymorphicRequest

The Official Sentry Deno SDK
Go to Latest
type alias PolymorphicRequest
import { type PolymorphicRequest } from "https://deno.land/x/sentry@7.109.0/index.mjs";

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

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