Improvement
March 25, 2026

Configure Client Storage Method

You can now control how the JavaScript SDK stores data in the browser using setClientStorageMethod.

By default, the SDK uses localStorage with cookies as a fallback. With this new method, you can explicitly choose localStorage, sessionStorage, or the default fallback behavior. This new option helps you to comply with strict privacy or compliance requirements.

← More product updates