UNPKG

@opentelemetry/instrumentation-undici

Version:

OpenTelemetry instrumentation for `undici` http client and Node.js fetch()

3 lines 266 B
export { UndiciInstrumentation } from './undici'; export type { IgnoreRequestFunction, RequestHookFunction, ResponseHookFunction, StartSpanHookFunction, UndiciInstrumentationConfig, UndiciRequest, UndiciResponse, } from './types'; //# sourceMappingURL=index.d.ts.map