@opentelemetry/instrumentation-express
Version:
OpenTelemetry instrumentation for `express` http web application framework
14 lines • 887 B
JavaScript
;
/*
* Copyright The OpenTelemetry Authors
* SPDX-License-Identifier: Apache-2.0
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.AttributeNames = exports.ExpressLayerType = exports.ExpressInstrumentation = void 0;
var instrumentation_1 = require("./instrumentation");
Object.defineProperty(exports, "ExpressInstrumentation", { enumerable: true, get: function () { return instrumentation_1.ExpressInstrumentation; } });
var ExpressLayerType_1 = require("./enums/ExpressLayerType");
Object.defineProperty(exports, "ExpressLayerType", { enumerable: true, get: function () { return ExpressLayerType_1.ExpressLayerType; } });
var AttributeNames_1 = require("./enums/AttributeNames");
Object.defineProperty(exports, "AttributeNames", { enumerable: true, get: function () { return AttributeNames_1.AttributeNames; } });
//# sourceMappingURL=index.js.map