@opentelemetry/auto-instrumentations-node

v0.25.0
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

codecov

nyc report --reporter=json && codecov -f coverage/*.json -p ../../

compile

tsc -p .

prepare

npm run compile

lint:fix

eslint . --ext .ts --fix

precompile

tsc --version
npm i @opentelemetry/[email protected]

Metadata

  • Apache-2.0
  • Whatever
  • OpenTelemetry Authors
  • released 9/15/2021

Downloads