UNPKG

testing-amplication-opentelemetry-nestjs

Version:

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

12 lines 320 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NoopTraceExporter = void 0; class NoopTraceExporter { export() { } shutdown() { return Promise.resolve(undefined); } } exports.NoopTraceExporter = NoopTraceExporter; //# sourceMappingURL=NoopTraceExporter.js.map