v1.2.0

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.
BrowserMinimum Version
Chrome60+
Firefox55+
Safari11+
Edge79+

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