File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/events/components/experiments Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ export const EXPERIMENTS = {
22
22
percentOfUsersToGetExperiment : 0 , // 10% of users will get the experiment
23
23
includeVariationInContext : true , // All events will include the `experiment_variation` of the `ai_search_experiment`
24
24
limitToLanguages : [ 'en' ] , // Only users with the `en` language will be included in the experiment
25
- alwaysShowForStaff : true , // When set to true, staff will always see the experiment (determined by the `staffonly` cookie)
25
+ alwaysShowForStaff : false , // When set to true, staff will always see the experiment (determined by the `staffonly` cookie)
26
26
} ,
27
27
/* Add new experiments here, example:
28
28
'example_experiment': {
You can’t perform that action at this time.
0 commit comments