@opentelemetry/instrumentation-bunyan

v0.41.0
OpenTelemetry instrumentation for `bunyan` logger
bunyan instrumentation logging nodejs opentelemetry profiling tracing

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/instrumentation-bunyan --include-dependencies

prewatch

npm run precompile

prepublishOnly

npm run compile

tdd

npm run test -- --watch-extensions ts --watch

test

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

test-all-versions

tav

version:update

node ../../../scripts/version-update.js
npm i @opentelemetry/instrumentation-bunyan

Metadata

Downloads