New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

appinsights-logger

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appinsights-logger - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

12

dist/index.js

@@ -5,3 +5,13 @@ "use strict";

const clientKey = (process.env.APPINSIGHTS_INSTRUMENTATIONKEY || "fake");
appInsights.setup(clientKey).start();
appInsights.setup(clientKey)
.setAutoDependencyCorrelation((process.env.AI_AUTO_DEPENDENCY_CORRELATE === 'false' ? false : true))
.setAutoCollectRequests(true)
.setAutoCollectPerformance(true, true)
.setAutoCollectExceptions(true)
.setAutoCollectDependencies((process.env.AI_AUTOCOLLECT_DEPENDENCIES === 'false' ? false : true))
.setAutoCollectConsole(true)
.setUseDiskRetryCaching(true)
.setSendLiveMetrics(false)
.setDistributedTracingMode(appInsights.DistributedTracingModes.AI_AND_W3C)
.start();
exports.aiClient = appInsights.defaultClient;

@@ -8,0 +18,0 @@ exports.ai = appInsights; // in case you need to override setup()

2

package.json
{
"name": "appinsights-logger",
"version": "0.0.5",
"version": "0.0.6",
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc