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