UNPKG

@opentelemetry/instrumentation-tedious

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