Browse Source

feat(growth): add highlight business plan experiment (#28287)

* feat(growth): add highlight business plan experiment

* both experiments
Zhixing Zhang 3 years ago
parent
commit
dffae23f5c
1 changed files with 6 additions and 0 deletions
  1. 6 0
      static/app/data/experimentConfig.tsx

+ 6 - 0
static/app/data/experimentConfig.tsx

@@ -37,6 +37,12 @@ export const experimentList = [
     parameter: 'exposed',
     assignments: [0, 1],
   },
+  {
+    key: 'HighlightBusinessPlanExperiment',
+    type: ExperimentType.Organization,
+    parameter: 'exposed',
+    assignments: [0, 1],
+  },
 ] as const;
 
 export const experimentConfig = experimentList.reduce(