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

botbuilder-instrumentation

Package Overview
Dependencies
Maintainers
1
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.0.6 to 1.0.7

dist/events.js

10

main.ts

@@ -154,6 +154,10 @@ import * as util from 'util';

ApplicationInsights.setup(this.settings.instrumentationKey).start();
ApplicationInsights.setup(this.settings.instrumentationKey)
.setAutoCollectConsole(true)
.setAutoCollectExceptions(true)
.setAutoCollectRequests(true)
.start();
this.appInsightsClient = ApplicationInsights.getClient(this.settings.instrumentationKey);
this.setupConsoleCollection();
//this.setupConsoleCollection();

@@ -163,3 +167,3 @@ // Adding middleware to intercept all user messages

bot.use({
botbuilder: function (session, next) {
botbuilder: (session, next) => {

@@ -166,0 +170,0 @@ try {

{
"name": "botbuilder-instrumentation",
"version": "1.0.6",
"version": "1.0.7",
"description": "",
"main": "main.js",
"main": "dist/main.js",
"scripts": {

@@ -7,0 +7,0 @@ "test": "echo \"Error: no test specified\" && exit 1"

@@ -6,2 +6,3 @@ {

"allowJs": true,
"outDir": "dist",
"moduleResolution": "node",

@@ -15,3 +16,4 @@ "forceConsistentCasingInFileNames": true,

"exclude": [
"node_modules"
"node_modules",
"dist"
],

@@ -18,0 +20,0 @@ "types": [

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