ApplicationInsights-node.js icon indicating copy to clipboard operation
ApplicationInsights-node.js copied to clipboard

Some dependencies are not tracked with applicationinsights 1.8.10

Open guy-microsoft opened this issue 4 years ago • 2 comments

I use applicationinsights package version 1.8.10 and I use @azure/storage-blob package version 12.8.0, and the dependency requests to Azure Storage are not tracked. Due to compatibility issues I'm not upgrading to applicationinsights 2.X.X and staying with 1.8.10, and I would like to know if it's possible to make it track dependencies to Azure Storage when I'm using the following combination: @azure/storage-blob version 12.8.0 applicationinsights version 1.8.10

guy-microsoft avatar Dec 02 '21 15:12 guy-microsoft

@guy-microsoft we fixed several issues with automatic dependency tracking in Azure SDK and must be available in latest version of the SDK, can you explain a little bit more about compatibility issues you are having preventing you to upgrade?

hectorhdzg avatar Dec 07 '21 17:12 hectorhdzg

It's more about performance than compatibility. I described the issues in this thread.

So if I understand correctly, the fixes are only available in the latest version 2.X.X of the SDK, not in the latest 1.X.X, right?

guy-microsoft avatar Dec 08 '21 14:12 guy-microsoft