@pleme-io/observability
v1.0.1
Published
CNCF-aligned frontend observability with telemetry, metrics, and Web Vitals
Downloads
210
Maintainers
Readme
pleme-web-observability
CNCF-aligned frontend observability with telemetry, metrics, and Web Vitals
Development
# Enter dev shell
nix develop
# Run all checks (lint + typecheck + test)
nix run .#check-all
# Individual commands
npm run build
npm run test
npm run check
npm run check:types