Skip to content

Commit e2a74d8

Browse files
authored
Merge pull request #39055 from github/repo-sync
Repo sync
2 parents 4d6218f + 1c0bbd0 commit e2a74d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/events/components/experiments/experiments.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ 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: 0, // 30% of users will get the experiment
24+
percentOfUsersToGetExperiment: 30, // 30% 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
27-
alwaysShowForStaff: false, // When set to true, staff will always see the experiment (determined by the `staffonly` cookie)
27+
alwaysShowForStaff: true, // When set to true, staff will always see the experiment (determined by the `staffonly` cookie)
2828
turnOnWithURLParam: 'ai_search', /// When the query param `?feature=ai_search` is set, the experiment will be enabled
2929
},
3030
/* Add new experiments here, example:

0 commit comments

Comments
 (0)