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.91.0/index.d.ts";

type

{ DenoContext: { id: string; new (...args: any[]): Integration & IntegrationFnResult & { setupOnce: (addGlobalEventProcessor?: ((callback: EventProcessor) => void) | undefined, getCurrentHub?: (() => Hub$1) | undefined) => void; }; }; GlobalHandlers: { id: string; new (...args: any[]): Integration & IntegrationFnResult & { setupOnce: (addGlobalEventProcessor?: ((callback: EventProcessor) => void) | undefined, getCurrentHub?: (() => Hub$1) | undefined) => void; }; }; NormalizePaths: { id: string; new (...args: any[]): Integration & IntegrationFnResult & { setupOnce: (addGlobalEventProcessor?: ((callback: EventProcessor) => void) | undefined, getCurrentHub?: (() => Hub$1) | undefined) => void; }; }; ContextLines: { id: string; new (...args: any[]): Integration & IntegrationFnResult & { setupOnce: (addGlobalEventProcessor?: ((callback: EventProcessor) => void) | undefined, getCurrentHub?: (() => Hub$1) | undefined) => void; }; }; DenoCron: { 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: { id: string; new (...args: any[]): Integration & IntegrationFnResult & { setupOnce: (addGlobalEventProcessor?: ((callback: EventProcessor) => void) | undefined, getCurrentHub?: (() => Hub$1) | undefined) => void; }; }; InboundFilters: { id: string; new (...args: any[]): Integration & IntegrationFnResult & { setupOnce: (addGlobalEventProcessor?: ((callback: EventProcessor) => void) | undefined, getCurrentHub?: (() => Hub$1) | undefined) => void; }; }; LinkedErrors: { id: string; new (...args: any[]): Integration & IntegrationFnResult & { setupOnce: (addGlobalEventProcessor?: ((callback: EventProcessor) => void) | undefined, getCurrentHub?: (() => Hub$1) | undefined) => void; }; }; }