Some dependencies are not tracked with applicationinsights 1.8.10
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 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?
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?