Skip to main content
Module

x/sentry/index.mjs>requestDataIntegration

The Official Sentry Deno SDK
Go to Latest
variable requestDataIntegration
import { requestDataIntegration } from "https://deno.land/x/sentry@8.0.0-beta.4/index.mjs";

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