@risingstack/trace

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

preinstall

npm install node-gyp-install && node-gyp-install

lint

eslint lib example e2e

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 ./lib -name "*.spec.js" -not -path "./node_modules/*"); open coverage/lcov-report/index.html

changelog

conventional-changelog -p angular -o CHANGELOG.md -r 500

semantic-release

semantic-release pre && npm publish && semantic-release post
npm i @risingstack/[email protected]

Metadata

Downloads