UNPKG

@azure/monitor-opentelemetry-exporter

Version:

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

8 lines 215 B
/** * 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.d.ts.map