Skip to content

v1.32.0 - Adds Ability to Block All Logging to Statsig

Compare
Choose a tag to compare
@statsig-kong statsig-kong released this 10 Nov 16:59
· 35 commits to main since this release
925d376

StatsigOptions.disableAllLogging

To help with GDPR flows, you can now initialize with StatsigOptions.disableAllLogging. This will prevent any events being sent to Statsig.

Later, once consent has been given, you can enable logging via Statsig.reenableAllLogging.

Events made while logging is disabled are lost.

App Metrics

Adds new app metrics app_metrics::scroll_depth and app_metrics::time_on_page_ms

Included In This Release

  • 2e04f01 Daniel
    • Add options to disable all logging (#147)

Full Changelog: v1.31.1...v1.32.0