github microsoft/ApplicationInsights-node.js 1.1.0

latest releases: 3.0.0-beta.3, 3.0.0-beta.2, 2.5.0...
5 years ago
  • #474 Deprecate ZoneJS
    • uses cls-hooked for Node8.2+
    • uses continuation-local-storage for Node3.3+
  • #475 Fix bug causing users' unit tests to hang
  • #479 Add config to force usage of specific CLS library for dependency correlation. setAutoDependencyCorrelation(true, <true|false|undefined>)
    • true: force usage of cls-hooked, which will use async_hooks for node8+, else AsyncWrap
    • false: force usage of continuation-local-storage, which uses async-listener
    • undefined or left blank: default behavior. The SDK will choose for you based on your version of Node.

Don't miss a new ApplicationInsights-node.js release

NewReleases is sending notifications on new releases.