@risingstack/trace

v3.0.3-beta.0
RisingStack Trace Node.js collector
performance monitoring instrumentation debugging profiling microservices stack

lint

eslint lib example e2e

test

npm run test-unit

test-e2e

cd ./test/e2e && npm test

test-unit

mocha 'lib/**/*.spec.js'

test-cls

cd ./test/instrumentations && npm run test-cls

test-module

cd ./test/instrumentations && npm run test-e2e

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

semantic-release-pre

semantic-release pre

semantic-release-post

semantic-release post

install

npm i v8-profiler --build-from-source || exit 0
npm i @risingstack/[email protected]

Metadata

Downloads