microsoft / ApplicationInsights-node.js

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

Update How Manual Attach is Checked #1286

Closed JacksonWeber closed 4 months ago

JacksonWeber commented 4 months ago

Updated to assume manual attach only in the case that the bootstrapper has not been run instead of when the RP is unknown. This is a more correct check.

Also validated by loading the bootstrapper and ensuring integrated auto versions are reported correctly for all supported RPs.