UNPKG

opentelemetry-instrumentation-typeorm

Version:

open telemetry instrumentation for the `typeorm` module

4 lines 263 B
import { Context } from '@opentelemetry/api'; export declare const suppressTypeormInternalTracing: (context: Context) => Context; export declare const isTypeormInternalTracingSuppressed: (context: Context) => boolean; //# sourceMappingURL=suppressTracing.d.ts.map