@opentelemetry/auto-instrumentations-node

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

tdd

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

lint

eslint . --ext .ts

test

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

clean

rimraf build/*

watch

tsc -w

compile

tsc -p .

lint:fix

eslint . --ext .ts --fix

prewatch

npm run precompile

precompile

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

prepublishOnly

npm run compile
npm i @opentelemetry/[email protected]

Metadata

Downloads