appinsights-logger
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -15,3 +15,3 @@ "use strict"; | ||
.setUseDiskRetryCaching(true) | ||
.setSendLiveMetrics(true) | ||
.setSendLiveMetrics(process.env.AI_ENABLE_LIVEMETRICS === 'true') // Default to disabled: https://github.com/microsoft/ApplicationInsights-node.js/issues/615 | ||
.setDistributedTracingMode(appInsights.DistributedTracingModes.AI_AND_W3C); | ||
@@ -18,0 +18,0 @@ exports.ai = appInsights; // in case you need to override setup() |
{ | ||
"name": "appinsights-logger", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "thin, yet opinionated wrapper for applcation insights", | ||
@@ -5,0 +5,0 @@ "repository": "gopuff/appinsights-logger", |
Sorry, the diff of this file is not supported yet
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
17756
9