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