@azure/monitor-opentelemetry-exporter
Version:
Application Insights exporter for the OpenTelemetry JavaScript (Node.js) SDK
13 lines • 503 B
JavaScript
;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
/**
* Node.js specific platform utils
*/
tslib_1.__exportStar(require("./constants.js"), exports);
tslib_1.__exportStar(require("./persist/index.js"), exports);
tslib_1.__exportStar(require("./httpSender.js"), exports);
tslib_1.__exportStar(require("./context/index.js"), exports);
//# sourceMappingURL=index.js.map