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

x/sentry/index.d.ts>requestDataIntegration

The Official Sentry Deno SDK
Latest
variable requestDataIntegration
import { requestDataIntegration } from "https://deno.land/x/sentry@8.32.0/index.d.ts";

Add data about a request to an event. Primarily for use in Node-based SDKs, but included in @sentry/core so it can be used in cross-platform SDKs like @sentry/nextjs.

type

(options?: RequestDataIntegrationOptions | undefined) => Integration