@opentelemetry/instrumentation
Version:
Base class for node which OpenTelemetry instrumentation modules extend
12 lines • 628 B
JavaScript
;
/*
* Copyright The OpenTelemetry Authors
* SPDX-License-Identifier: Apache-2.0
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.normalize = exports.InstrumentationBase = void 0;
var instrumentation_1 = require("./instrumentation");
Object.defineProperty(exports, "InstrumentationBase", { enumerable: true, get: function () { return instrumentation_1.InstrumentationBase; } });
var noop_normalize_1 = require("./noop-normalize");
Object.defineProperty(exports, "normalize", { enumerable: true, get: function () { return noop_normalize_1.normalize; } });
//# sourceMappingURL=index.js.map