rittenhop-dev/versions/5.94.2/node_modules/@opentelemetry/instrumentation/build/esm/autoLoader.d.ts
2024-09-23 19:40:12 -04:00

9 lines
351 B
TypeScript

import { AutoLoaderOptions } from './types_internal';
/**
* It will register instrumentations and plugins
* @param options
* @return returns function to unload instrumentation and plugins that were
* registered
*/
export declare function registerInstrumentations(options: AutoLoaderOptions): () => void;
//# sourceMappingURL=autoLoader.d.ts.map