You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use rule Key instead of ID for local holdout lookup (#454)
GetLocalDecisionForRule was called with experiment.ID, but ruleHoldoutsMap
is keyed by rule Keys (from datafile includedRules). The mismatch caused
local holdouts to silently never match.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments