microsoft / ApplicationInsights-node.js

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

[Beta] Fix SDK Already Exists Check for Linux #1236

Closed JacksonWeber closed 8 months ago

JacksonWeber commented 8 months ago

Based on investigation, the current working directory is not captured by the Node 8.9+ check of the appInstance value in Linux environments. Therefore, we miss the check intended to send a diagnostic log indicating that the SDK had already attached. This is the fix for the beta.