Upgrade appinsights (#58999)

* Upgrade appinsights

* Env, global updates before starting shared process

* Disable console logging from appinsights Fixes #55417

* Move workaround to helper
This commit is contained in:
Ramya Rao
2018-09-22 23:09:48 -07:00
committed by GitHub
parent d5d8d98cf3
commit ae526292df
10 changed files with 330 additions and 132 deletions

View File

@@ -8,6 +8,9 @@
const bootstrap = require('./bootstrap');
// Avoid Monkey Patches from Application Insights
bootstrap.avoidMonkeyPatchFromAppInsights();
// Enable portable support
bootstrap.configurePortable();