3.7.0 - Default Statsig Environment in On Device Evaluation
To avoid confusion in first time setups, the StatsigEnvironment in StatsigOnDeviceEvalClient will now fallback to the environment of the SDK Key provided. Previously it would default to "Any Environment", which caused issues when eventually actual environments were used.
StatsigOptions.environment
still takes precedence, the fallback is only applied if no StatsigOptions.environment
is set.
@statsig/client-core
- c5449cf fix: support trailing slashes in custom api
- 801d831 test: verify we do not retry 429s
- 3b06baa chore: add exponential backoff on network retries
- 7f4e090 fix: prevent calls to undefined event logger
@statsig/js-on-device-eval-client
- 33fe271 feat: add support for default environment from dcs
@statsig/web-analytics
- 3137456 chore: export auto capture types
@statsig/angular-bindings
- 8716f96 chore: fix compiler options