quaint-alligator-93321
05/23/2022, 1:13 PMsetForcedFeatures
method, but I’m also interested in experiment forcing and not just a feature.future-teacher-7046
future-teacher-7046
inExperiment
for two separate purposes. One to disable tracking when a variation is forced. And another to determine if a feature rule should be skipped or not.inExperiment
and shouldTrack
.quaint-alligator-93321
05/23/2022, 1:30 PM_run
method if there was no early return from this method. So a special flag may not be needed to find if we should track, but may be needed if we need to know if we have tracked.
I’m just thinking what would happen if we just set inExperiment = true
when doing query string override. Would it break something?future-teacher-7046
hashUsed
for that.quaint-alligator-93321
05/23/2022, 4:49 PMfuture-teacher-7046
quaint-alligator-93321
05/24/2022, 3:36 PM