Skip to content

v1.15.0 - Add ability to add StatsigListeners before calling Statsig.start

Compare
Choose a tag to compare
@daniel-statsig daniel-statsig released this 17 Sep 00:53
· 185 commits to main since this release
  • Adding a listener via Statsig.addListener before calling Statsig.start will now add the listener in a 'pending' state. Once Statsig.start is called, the listeners will be added to the StatsigClient and all applicable events will be fired.