@opentelemetry/instrumentation-connect
Version:
OpenTelemetry instrumentation for `connect` http middleware framework
9 lines • 347 B
JavaScript
;
/*
* Copyright The OpenTelemetry Authors
* SPDX-License-Identifier: Apache-2.0
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports._LAYERS_STORE_PROPERTY = void 0;
exports._LAYERS_STORE_PROPERTY = Symbol('opentelemetry.instrumentation-connect.request-route-stack');
//# sourceMappingURL=internal-types.js.map