Adds EvaluationDetails to exposure events;
- These will be surfaced on console.statsig.com and can be used to diagnose why certain values were given to a user
- Values include (Cache, Network, Unrecognized, Uninitialized, Bootstrap, DataAdapter)
Adds Thread Pool for ID List:
- In resource constrained environment, too many thread calls were leading to issues. To alleviate this, all ID list syncing is now done in a thread pool. Pool size can be configured via StatsigOptions.idlists_thread_limit