Skip to main content
Module

x/sentry/index.d.ts>defaultIntegrations

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

type

(Integration & IntegrationFnResult & { setupOnce: (addGlobalEventProcessor?: ((callback: EventProcessor) => void) | undefined, getCurrentHub?: (() => Hub$1) | undefined) => void; })[]