Top Level Namespace
Defined Under Namespace
Modules: EvaluationHelpers, Statsig, UAParser Classes: DynamicConfig, EntityType, FeatureGate, Layer, StatsigDriver, StatsigEvent, StatsigOptions, StatsigUser, UnsupportedConfigException
Constant Summary collapse
- RETRY_CODES =
[408, 500, 502, 503, 504, 522, 524, 599].freeze
- RESET_INTERVAL =
60
- TWO_TO_THE_63 =
1 << 63
- TWO_TO_THE_64 =
1 << 64