Browse Source

feat(growth): Add default business for all experiment (#28633)

* add default business for all experiment

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

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

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