Skip to main content
Module

x/sentry/index.d.ts>Request

The Official Sentry Deno SDK
Go to Latest
interface Request
import { type Request } from "https://deno.land/x/sentry@7.109.0/index.d.ts";

Request data included in an event as sent to Sentry

Properties

optional
url: string
optional
method: string
optional
data: any
optional
query_string: QueryParams
optional
cookies: { [key: string]: string; }
optional
env: { [key: string]: string; }
optional
headers: { [key: string]: string; }