UNPKG

toucan-js

Version:

Cloudflare Workers client for Sentry

10 lines 410 B
import { IntegrationIndex } from '@sentry/core/types/integration'; import type { Integration } from '@sentry/types'; import type { Toucan } from './sdk'; /** * Installs integrations on the current scope. * * @param integrations array of integration instances */ export declare function setupIntegrations(integrations: Integration[], sdk: Toucan): IntegrationIndex; //# sourceMappingURL=integration.d.ts.map