UNPKG

@azure/monitor-opentelemetry-exporter

Version:

Application Insights exporter for the OpenTelemetry JavaScript (Node.js) SDK

10 lines 288 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. /** * Node.js specific platform utils */ export * from "./constants.js"; export * from "./persist/index.js"; export * from "./httpSender.js"; export * from "./context/index.js"; //# sourceMappingURL=index.js.map