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

applicationinsights

Package Overview
Dependencies
Maintainers
1
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

applicationinsights - npm Package Compare versions

Comparing version 0.12.0 to 0.12.1

3

applicationInsights.ts

@@ -154,2 +154,5 @@ import http = require("http");

// Ensure i/o to transmit queued telemetry is initiated before re-throwing
self.context._sender.triggerSend();
throw error;

@@ -156,0 +159,0 @@ };

2

package.json

@@ -5,3 +5,3 @@ {

"bugs": "https://github.com/Microsoft/AppInsights-node.js/issues",
"version": "0.12.0",
"version": "0.12.1",
"description": "Microsoft Application Insights module for Node.JS",

@@ -8,0 +8,0 @@ "repository": {

@@ -1,8 +0,10 @@

# Application Insights for Node.js
# Application Insights for Node.js
>Node.js® is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.
[![NPM version](https://badge.fury.io/js/applicationinsights.svg)](http://badge.fury.io/js/applicationinsights)
>Node.js� is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.
>-- <cite>[nodejs.org](http://nodejs.org/)</cite>
This project extends the Application Insights API surface to support Node.js. [Application Insights](http://azure.microsoft.com/en-us/services/application-insights/) is a service that allows developers to keep their application available, performing and succeeding. This Python module will allow you to send telemetry of various kinds (event, trace, exception, etc.) to the Application Insights service where they can be visualized in the Azure Portal.
This project extends the Application Insights API surface to support Node.js. [Application Insights](http://azure.microsoft.com/en-us/services/application-insights/) is a service that allows developers to keep their application available, performing and succeeding. This node module will allow you to send telemetry of various kinds (event, trace, exception, etc.) to the Application Insights service where they can be visualized in the Azure Portal.

@@ -15,3 +17,3 @@

```
npm install applicationinsights
npm install applicationinsights
```

@@ -103,2 +105,2 @@ **Get an instrumentation key**

8. Return to your project tile in the Azure Portal. You can view your requests in the Monitoring tile.
8. Return to your project tile in the Azure Portal. You can view your requests in the Monitoring tile.
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