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.4.0 to 0.4.1

2

dist/index.js

@@ -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

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