UNPKG

@opentelemetry/instrumentation-fetch

Version:
10 lines 405 B
"use strict"; /* * 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