@opentelemetry/auto-instrumentations-node

v0.51.0
Metapackage which bundles opentelemetry node core and contrib instrumentations

clean

rimraf build/*

compile

tsc -p .

lint

eslint . --ext .ts

lint:fix

eslint . --ext .ts --fix

precompile

tsc --version && lerna run version:update --scope @opentelemetry/auto-instrumentations-node --include-dependencies

prewatch

npm run precompile

prepublishOnly

npm run compile

tdd

yarn test -- --watch-extensions ts --watch

test

nyc ts-mocha -p tsconfig.json 'test/**/*.ts'

watch

tsc -w
npm i @opentelemetry/auto-instrumentations-node

Metadata

Downloads