@opentelemetry/instrumentation-aws-lambda

v0.34.0
OpenTelemetry AWS Lambda automatic instrumentation package.
aws-lambda instrumentation nodejs opentelemetry profiling tracing

tdd

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

lint

eslint . --ext .ts

test

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

clean

rimraf build/*

compile

tsc -p .

prepare

npm run compile

lint:fix

eslint . --ext .ts --fix

prewatch

npm run precompile

precompile

tsc --version && lerna run version:update --scope @opentelemetry/instrumentation-aws-lambda --include-dependencies

version:update

node ../../../scripts/version-update.js
npm i @opentelemetry/[email protected]

Metadata

Downloads