UNPKG

@zerosuxx/opentelemetry-nestjs

Version:

OpenTelemetry module for Nestjs with auto instrumentation and resource detection. Initially forked from https://github.com/overbit/opentelemetry-nestjs.git

7 lines (6 loc) 184 B
import { Injector } from './Injector'; export declare class ConsoleLoggerInjector implements Injector { inject(): void; private wrapPrototype; private static getMessage; }