@opentelemetry/instrumentation-xml-http-request
Version:
OpenTelemetry instrumentation for XMLHttpRequest http client in web browsers
10 lines • 426 B
JavaScript
;
/*
* 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