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

8 lines 364 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Traceable = void 0; const common_1 = require("@nestjs/common"); const Constants_1 = require("../../Constants"); const Traceable = (name) => (0, common_1.SetMetadata)(Constants_1.Constants.TRACE_METADATA, name); exports.Traceable = Traceable; //# sourceMappingURL=Traceable.js.map