@risingstack/trace

v2.4.3
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

npm run test-unit && npm run test-e2e

test-unit

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

test-cls

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

test-e2e

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