Skip to content

Commit

Permalink
[Copilot Search] Place internal testers in treatment group for metric…
Browse files Browse the repository at this point in the history
… testing (#54606)
  • Loading branch information
ashishkeshan authored Feb 27, 2025
1 parent e7d4c1f commit 8bbb598
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/events/components/experiments/experiment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export function shouldShowExperiment(
? routerQuery.feature.toLowerCase() === experiment.turnOnWithURLParam.toLowerCase()
: false
) {
controlGroupOverride[experimentKey] = TREATMENT_VARIATION
return true
}
}
Expand Down

0 comments on commit 8bbb598

Please sign in to comment.