Browse Source

add TargetedUpsellModalExperimentV2 flag (#29896)

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

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

@@ -19,6 +19,12 @@ export const experimentList = [
     parameter: 'exposed',
     assignments: [0, 1],
   },
+  {
+    key: 'TargetedUpsellModalExperimentV2',
+    type: ExperimentType.Organization,
+    parameter: 'exposed',
+    assignments: [0, 1],
+  },
   {
     key: 'TrialLabelExperiment',
     type: ExperimentType.Organization,