botbuilder-instrumentation
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -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 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
62489
976