Skip to content

v0.11.0 - Adds event_queue_size to statsigoptions and wraps exceptions

Choose a tag to compare

@tore-statsig tore-statsig released this 06 Jul 20:40
· 460 commits to main since this release

Adds event_queue_size parameter to StatsigOptions to make the number of events to batch before flushing to Statsig configurable. Defaults to 500 as before.

Also, internally, wraps, catches, and logs exceptions to statsig via ErrorBoundary so we can debug errors