Skip to content

v1.2.0 - upgrade internal Javascript SDK

Compare
Choose a tag to compare
@jkw-statsig jkw-statsig released this 04 Dec 01:52
· 178 commits to main since this release
a436f34

With this release we upgraded the version of the internal Statsig javascript SDK, which brings 2 changes:

  1. You can now customize the timeout for the SDK initialize network request, see details here.
  2. Local storage is now keyed on user ID, so that at a given time we store cached values of feature gates and experiments for up to 10 different users. See details here