botbuilder-instrumentation
Advanced tools
Comparing version 1.0.17 to 1.0.18
@@ -331,3 +331,3 @@ "use strict"; | ||
_.forEach(this.appInsightsClients, (client) => { | ||
client.trackEvent(events_1.default.EndTransaction.name, properties); | ||
client.trackEvent(name, properties); | ||
}); | ||
@@ -344,3 +344,3 @@ } | ||
_.forEach(this.appInsightsClients, (client) => { | ||
client.trackTrace(events_1.default.EndTransaction.name, severityLevel, properties); | ||
client.trackTrace(message, severityLevel, properties); | ||
}); | ||
@@ -347,0 +347,0 @@ } |
{ | ||
"name": "botbuilder-instrumentation", | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/main.js", |
@@ -402,3 +402,3 @@ import * as util from 'util'; | ||
_.forEach(this.appInsightsClients, (client) => { | ||
client.trackEvent(Events.EndTransaction.name, properties); | ||
client.trackEvent(name, properties); | ||
}); | ||
@@ -421,3 +421,3 @@ } | ||
_.forEach(this.appInsightsClients, (client) => { | ||
client.trackTrace(Events.EndTransaction.name, severityLevel, properties); | ||
client.trackTrace(message, severityLevel, properties); | ||
}); | ||
@@ -424,0 +424,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
62392