@sentry/node
Version:
Sentry Node SDK using OpenTelemetry for performance instrumentation
12 lines • 504 B
TypeScript
import type { Integration } from '@sentry/core';
/**
* With OTEL, all performance integrations will be added, as OTEL only initializes them when the patched package is actually required.
*/
export declare function getAutoPerformanceIntegrations(): Integration[];
/**
* Get a list of methods to instrument OTEL, when preload instrumentation.
*/
export declare function getOpenTelemetryInstrumentationToPreload(): (((options?: any) => void) & {
id: string;
})[];
//# sourceMappingURL=index.d.ts.map