@opentelemetry/instrumentation-fetch
Version:
OpenTelemetry instrumentation for fetch http client in web browsers
10 lines • 405 B
JavaScript
;
/*
* Copyright The OpenTelemetry Authors
* SPDX-License-Identifier: Apache-2.0
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.FetchInstrumentation = void 0;
var fetch_1 = require("./fetch");
Object.defineProperty(exports, "FetchInstrumentation", { enumerable: true, get: function () { return fetch_1.FetchInstrumentation; } });
//# sourceMappingURL=index.js.map