Skip to content

Releases: microsoft/ApplicationInsights-node.js

v0.15.17

12 Jul 16:31
Compare
Choose a tag to compare
v0.15.17 Pre-release
Pre-release
  • #94 - Log ai.operation.name (#58)
  • #90 - Exception type and failed method incorrect for objects that are instances of Error subclass
  • #84 - Client.sendPendingData doesn't call callback when there is no data to send.
  • #31 - Userid is not autocollected from the cookies

Version 0.15.2

20 May 04:36
Compare
Choose a tag to compare
Version 0.15.2 Pre-release
Pre-release

Feature requests and some bug fixes:

  • allow a callback to be passed into the client.sendPendingData method
  • consistency with .Net SDK's use of environment variables in Azure
  • add getClient() method to the main module (allows for use of multiple instrumentation keys)
  • add support for specifying port number in the endpoint url
  • drop .d.ts .js.map and definitelytyped declarations from the package

Alpha build of the v0.15.0 release

30 Apr 20:14
Compare
Choose a tag to compare
Pre-release

This release drops the dependency on the browser JS SDK which was previously loaded from CDN during NPM install. Additionally this release updates the API surface to match the iOS/Android SDKs and includes support for basic system performance monitoring (CPU/Memory).