Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 437 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 437 Bytes

@boxyhq/metrics

npm

Package for OTel instrumentation

Running Tests

Tests helps us to ensure that the telemetry export works as expected after every OTEL dependency update.

npm i
# Copy test/.env.example to test/.env and set the values
cp test/.env.example test/.env
npm run test:manual