JavaScript Node/Bun SDK
Backend instrumentation for Node.js and Bun
Install
Configuration
Quick start
Production hardening
- Store keys only in secret managers.
- Tune queue and flush settings by latency budget.
- Validate telemetry after each deploy.
- Use retry with fail-open behavior.
Troubleshooting
401/403: validate key and tenant/project mapping.- Dropped events: review
maxQueueSizeand flush configuration. - Use debug mode in non-production.