@risingstack/trace

v2.0.1
RisingStack Trace Node.js collector
performance monitoring instrumentation debugging profiling microservices stack

preinstall

npm install node-gyp-install && ./node_modules/node-gyp-install/bin.js

lint

eslint lib example

test

NODE_ENV=test npm run test-unit && npm run test-e2e

test-unit

NODE_ENV=test mocha $(find ./lib -name "*.spec.js" -not -path "./node_modules/*")

test-cls

NODE_ENV=test mocha $(find ./lib -name "*.spec.e2e.js" -not -path "./node_modules/*")

test-e2e

NODE_ENV=test node ./e2e | tap-spec

cover

istanbul cover _mocha $(find . -name "*.spec.js" -not -path "./node_modules/*"); open coverage/lcov-report/index.html

changelog

conventional-changelog -p angular -o CHANGELOG.md -r 500
npm i @risingstack/[email protected]

Metadata

  • MIT
  • Whatever
  • RisingStack, Inc.
  • released 2/3/2016

Downloads