microsoft / ApplicationInsights-node.js

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

Minimal fix for #1226 #1241

Closed datenreisender closed 6 months ago

datenreisender commented 7 months ago

A minimal fix for trying to load the default configuration during runtime which only exists in the source code. That loading previously failed when the code is bundled. So now the default configuration is already loaded when bundling the code.

Fixes #1226.

datenreisender commented 7 months ago

@microsoft-github-policy-service agree