Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/sentry_deno/packages/browser/src/exports.ts>Request

Unofficial port of the Sentry SDK for JavaScript to Deno.
Latest
interface Request
import { type Request } from "https://deno.land/x/sentry_deno@v0.2.2/packages/browser/src/exports.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; }