Janus Client SDK
A lightweight JavaScript library for tracking events from web applications. Automatically handles batching, retries, rate limiting, and persistence.
Lightweight (~3KB)Auto RetryBatchingPersistence
Browser Support
Compatibility#
The SDK uses fetch, localStorage, and sessionStorage which are available in all modern browsers.
| Browser | Minimum Version |
|---|---|
| Chrome | 60+ |
| Firefox | 55+ |
| Safari | 11+ |
| Edge | 79+ |
SDK Version#
Current version: 1.3.0
javascript
console.log(Janus.version); // "1.3.0"
Need Help?
If you have questions or run into issues, check out our troubleshooting guide or reach out to our support team.
Troubleshooting Guide