applicationinsights

v1.8.3
Microsoft Application Insights module for Node.js
exception monitoring request monitoring performance monitoring application insights microsoft azure cloud tracing telemetry and 3 more...

test

npm run test:ts && npm run test:js

build

npm run build:deps && npm run build:compile

clean

rm -rf ./out && rm -rf ./node_modules

prepare

npm run build:compile

pretest

npm run build

test:js

mocha ./Tests/js --recursive --no-exit

test:ts

mocha ./out/Tests --recursive --no-exit

build:deps

npm update --dev

test:debug

mocha ./out/Tests --inspect-brk --recursive --no-exit

build:compile

tsc --project ./tsconfig.json

backcompattest

npm run build && npm pack && node --use_strict ./Tests/BackCompatibility/RunBackCompatTests.js

functionaltest

npm run build && npm pack && node --use_strict ./Tests/FunctionalTests/RunFunctionalTests.js

prepublishOnly

npm run build

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 7/30/2020

Downloads