@opentelemetry/semantic-conventions

v1.25.0
OpenTelemetry semantic conventions
opentelemetry nodejs tracing attributes semantic conventions

lint

eslint . --ext .ts

clean

tsc --build --clean tsconfig.json tsconfig.esm.json tsconfig.esnext.json

watch

tsc --build --watch tsconfig.json tsconfig.esm.json tsconfig.esnext.json

compile

tsc --build tsconfig.json tsconfig.esm.json tsconfig.esnext.json

version

node ../../scripts/version-update.js

lint:fix

eslint . --ext .ts --fix

prewatch

npm run precompile

precompile

cross-var lerna run version --scope $npm_package_name --include-dependencies

size-check

npm run compile && ts-mocha -p tsconfig.json 'test/**/*.test.ts'

align-api-deps

node ../../scripts/align-api-deps.js

peer-api-check

node ../../scripts/peer-api-check.js

prepublishOnly

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

Metadata

Downloads