microsoft / ApplicationInsights-node.js

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

@azure/opentelemetry-instrumentation-azure-sdk [ 'Module @azure/core-tracing has been loaded before @azure/opentelemetry-instrumentation-azure-sdk so it might not work, please initialize it before requiring @azure/core-tracing' ] #1316

Closed JCBauza closed 2 months ago

JCBauza commented 2 months ago

Just upgraded to version 3.0.1 from 2.x.x and I get this warning at the beginning of my output:

@azure/opentelemetry-instrumentation-azure-sdk [ 'Module @azure/core-tracing has been loaded before @azure/opentelemetry-instrumentation-azure-sdk so it might not work, please initialize it before requiring @azure/core-tracing' ]

JacksonWeber commented 2 months ago

@JCBauza please refer to https://github.com/microsoft/ApplicationInsights-node.js/issues/1107. Long story short, this warning wont impact functionality. If you want to ignore this, that's also discussed in the discussion I've linked.

JCBauza commented 2 months ago

Awesome, good to know. Thanks!