UNPKG

@sentry/node

Version:

Sentry Node SDK using OpenTelemetry for performance instrumentation

4 lines 259 B
import type { Integration } from '@sentry/core'; import type { LocalVariablesIntegrationOptions } from './common'; export declare const localVariablesIntegration: (options?: LocalVariablesIntegrationOptions) => Integration; //# sourceMappingURL=index.d.ts.map