UNPKG

@opentelemetry/instrumentation-connect

Version:
15 lines 1.12 kB
"use strict"; /* * Copyright The OpenTelemetry Authors * SPDX-License-Identifier: Apache-2.0 */ Object.defineProperty(exports, "__esModule", { value: true }); exports.ConnectTypes = exports.ConnectNames = exports.AttributeNames = exports.ANONYMOUS_NAME = exports.ConnectInstrumentation = void 0; var instrumentation_1 = require("./instrumentation"); Object.defineProperty(exports, "ConnectInstrumentation", { enumerable: true, get: function () { return instrumentation_1.ConnectInstrumentation; } }); Object.defineProperty(exports, "ANONYMOUS_NAME", { enumerable: true, get: function () { return instrumentation_1.ANONYMOUS_NAME; } }); var AttributeNames_1 = require("./enums/AttributeNames"); Object.defineProperty(exports, "AttributeNames", { enumerable: true, get: function () { return AttributeNames_1.AttributeNames; } }); Object.defineProperty(exports, "ConnectNames", { enumerable: true, get: function () { return AttributeNames_1.ConnectNames; } }); Object.defineProperty(exports, "ConnectTypes", { enumerable: true, get: function () { return AttributeNames_1.ConnectTypes; } }); //# sourceMappingURL=index.js.map