Skip to main content
Module

x/sentry/index.d.ts>Integrations

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

type

{ DenoContext: Integration & { id: string; new (...args: any[]): Integration & IntegrationFnResult & { setupOnce: (addGlobalEventProcessor?: ((callback: EventProcessor) => void) | undefined, getCurrentHub?: (() => Hub$1) | undefined) => void; }; }; GlobalHandlers: Integration & { id: string; new (...args: any[]): Integration & IntegrationFnResult & { setupOnce: (addGlobalEventProcessor?: ((callback: EventProcessor) => void) | undefined, getCurrentHub?: (() => Hub$1) | undefined) => void; }; }; NormalizePaths: Integration & { id: string; new (...args: any[]): Integration & IntegrationFnResult & { setupOnce: (addGlobalEventProcessor?: ((callback: EventProcessor) => void) | undefined, getCurrentHub?: (() => Hub$1) | undefined) => void; }; }; ContextLines: Integration & { id: string; new (...args: any[]): Integration & IntegrationFnResult & { setupOnce: (addGlobalEventProcessor?: ((callback: EventProcessor) => void) | undefined, getCurrentHub?: (() => Hub$1) | undefined) => void; }; }; DenoCron: Integration & { id: string; new (): Integration & { name: string; setupOnce(): void; setup(client: Client<ClientOptions<BaseTransportOptions>>): void; } & { setupOnce: (addGlobalEventProcessor?: ((callback: EventProcessor) => void) | undefined, getCurrentHub?: (() => Hub$1) | undefined) => void; }; }; FunctionToString: Integration & { id: string; new (...args: any[]): Integration & IntegrationFnResult & { setupOnce: (addGlobalEventProcessor?: ((callback: EventProcessor) => void) | undefined, getCurrentHub?: (() => Hub$1) | undefined) => void; }; }; InboundFilters: Integration & { id: string; new (...args: any[]): Integration & IntegrationFnResult & { setupOnce: (addGlobalEventProcessor?: ((callback: EventProcessor) => void) | undefined, getCurrentHub?: (() => Hub$1) | undefined) => void; }; }; LinkedErrors: Integration & { id: string; new (...args: any[]): Integration & IntegrationFnResult & { setupOnce: (addGlobalEventProcessor?: ((callback: EventProcessor) => void) | undefined, getCurrentHub?: (() => Hub$1) | undefined) => void; }; }; }