microsoft / ApplicationInsights-node.js

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

Clean Up Shim #1260

Closed JacksonWeber closed 5 months ago

JacksonWeber commented 5 months ago

Cleaning the shim of options no longer supported by the distro API after being updated.

Including

Resolves bug where if enableAutoCollectDependencies/enableAutoCollectRequests was set to false, all other instrumentation options would be false.

Cleans up the unused configHelper class.