@opentelemetry/instrumentation-winston
Version:
OpenTelemetry instrumentation for `winston` logger
10 lines • 441 B
JavaScript
;
/*
* Copyright The OpenTelemetry Authors
* SPDX-License-Identifier: Apache-2.0
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.WinstonInstrumentation = void 0;
var instrumentation_1 = require("./instrumentation");
Object.defineProperty(exports, "WinstonInstrumentation", { enumerable: true, get: function () { return instrumentation_1.WinstonInstrumentation; } });
//# sourceMappingURL=index.js.map