UNPKG

505 BTypeScriptView Raw
1import type { Integration } from '@sentry/types';
2/**
3 * With OTEL, all performance integrations will be added, as OTEL only initializes them when the patched package is actually required.
4 */
5export declare function getAutoPerformanceIntegrations(): Integration[];
6/**
7 * Get a list of methods to instrument OTEL, when preload instrumentation.
8 */
9export declare function getOpenTelemetryInstrumentationToPreload(): (((options?: any) => void) & {
10 id: string;
11})[];
12//# sourceMappingURL=index.d.ts.map
\No newline at end of file