UNPKG

@hyperdx/instrumentation-sentry-node

Version:

[![NPM Published Version][npm-img]][npm-url] [![Apache License][license-image]][license-image]

9 lines 513 B
import { InstrumentationBase, InstrumentationNodeModuleDefinition } from '@opentelemetry/instrumentation'; import { SentryNodeInstrumentationConfig } from './types'; export declare class SentryNodeInstrumentation extends InstrumentationBase { constructor(config?: SentryNodeInstrumentationConfig); setConfig(config?: SentryNodeInstrumentationConfig): void; getConfig(): SentryNodeInstrumentationConfig; init(): InstrumentationNodeModuleDefinition[]; } //# sourceMappingURL=instrumentation.d.ts.map