Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

botbuilder-instrumentation

Package Overview
Dependencies
Maintainers
3
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

botbuilder-instrumentation - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

3

dist/main.js

@@ -141,5 +141,6 @@ "use strict";

//for all other custom events, traces etc, we are initiazling application insight clients accordignly.
let self = this;
_.forEach(this.instrumentationKeys, (iKey) => {
let client = ApplicationInsights.getClient(iKey);
this.appInsightsClients.push(client);
self.appInsightsClients.push(client);
});

@@ -146,0 +147,0 @@ }

{
"name": "botbuilder-instrumentation",
"version": "1.1.4",
"version": "1.1.5",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/main.js",

@@ -180,5 +180,6 @@ import * as util from 'util';

//for all other custom events, traces etc, we are initiazling application insight clients accordignly.
let self = this;
_.forEach(this.instrumentationKeys, (iKey) => {
let client = ApplicationInsights.getClient(iKey);
this.appInsightsClients.push(client);
self.appInsightsClients.push(client);
});

@@ -185,0 +186,0 @@ }

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