Skip to content

Improvements to experiment exposure logging

Compare
Choose a tag to compare
@jkw-statsig jkw-statsig released this 22 Sep 06:24
· 267 commits to main since this release
239aec6
  1. We have been calculating/logging secondary exposures (exposures on dependent feature gates) in Statsig backend. With this release we are moving the logic to SDK evaluator so that it's more accurate and efficient.
  2. Changed ruleID from "default" to "disabled" when evaluating a disabled feature so we can differentiate when gates are returning the default value as the result of evaluation or because the gate is disabled.