UNPKG

@opentelemetry/instrumentation-xml-http-request

Version:
10 lines 426 B
"use strict"; /* * Copyright The OpenTelemetry Authors * SPDX-License-Identifier: Apache-2.0 */ Object.defineProperty(exports, "__esModule", { value: true }); exports.XMLHttpRequestInstrumentation = void 0; var xhr_1 = require("./xhr"); Object.defineProperty(exports, "XMLHttpRequestInstrumentation", { enumerable: true, get: function () { return xhr_1.XMLHttpRequestInstrumentation; } }); //# sourceMappingURL=index.js.map