microsoft / ApplicationInsights-node.js

Microsoft Application Insights SDK for Node.js
MIT License
320 stars 138 forks source link

ESM Support #1205

Open Falven opened 10 months ago

Falven commented 10 months ago

When will ESM support be available for this package?

xwipeoutx commented 9 months ago

Yep, just got terrifically burnt by this :( Did you find a simple workaround?

I'm seeing what I can find, will post here if I get something clean

salmipa commented 1 month ago

Does this really mean appinsights doesn't support ESM-modules? I have tried this and that with version 3.1.0 and nothing works.

work933k commented 1 week ago

By overriding a dependency, the error seems to be resolved. Maybe this also works for you?

...
  "overrides": {
    "@opentelemetry/instrumentation": "0.52.1"
  },
...