Skip to content

Commit 8bbb598

Browse files
authored
[Copilot Search] Place internal testers in treatment group for metric testing (#54606)
1 parent e7d4c1f commit 8bbb598

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/events/components/experiments/experiment.ts

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export function shouldShowExperiment(
5454
? routerQuery.feature.toLowerCase() === experiment.turnOnWithURLParam.toLowerCase()
5555
: false
5656
) {
57+
controlGroupOverride[experimentKey] = TREATMENT_VARIATION
5758
return true
5859
}
5960
}

0 commit comments

Comments
 (0)