Skip to content

Commit 4018ac2

Browse files
authored
[AI Search] Roll out to five percent (#55519)
1 parent 1cd5e13 commit 4018ac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/events/components/experiments/experiments.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const EXPERIMENTS = {
2121
ai_search_experiment: {
2222
key: 'ai_search_experiment',
2323
isActive: true, // Set to false when the experiment is over
24-
percentOfUsersToGetExperiment: 1, // 10% of users will get the experiment
24+
percentOfUsersToGetExperiment: 5, // 10% of users will get the experiment
2525
includeVariationInContext: true, // All events will include the `experiment_variation` of the `ai_search_experiment`
2626
limitToLanguages: ['en'], // Only users with the `en` language will be included in the experiment
2727
alwaysShowForStaff: true, // When set to true, staff will always see the experiment (determined by the `staffonly` cookie)

0 commit comments

Comments
 (0)