We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cbb9ad commit 6682cc1Copy full SHA for 6682cc1
src/events/components/experiments/experiments.ts
@@ -29,7 +29,7 @@ export const EXPERIMENTS = {
29
'enterprise-cloud@latest',
30
'enterprise-server@latest',
31
], // Only enable for versions
32
- alwaysShowForStaff: false, // When set to true, staff will always see the experiment (determined by the `staffonly` cookie)
+ alwaysShowForStaff: true, // When set to true, staff will always see the experiment (determined by the `staffonly` cookie)
33
turnOnWithURLParam: 'ai_search', /// When the query param `?feature=ai_search` is set, the experiment will be enabled
34
},
35
/* Add new experiments here, example:
0 commit comments