Browse Source

feat(experiments): adds experiment to extend trials by inviting members (#45896)

This PR adds a new experiment that extends trials by three days for each
member you invite that accepts the invitation.

Also see: https://github.com/getsentry/getsentry/pull/9846
Stephen Cefali 2 years ago
parent
commit
c8674011bf
1 changed files with 6 additions and 0 deletions
  1. 6 0
      static/app/data/experimentConfig.tsx

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

@@ -23,6 +23,12 @@ export const experimentList: {
     parameter: 'scenario',
     assignments: ['baseline', 'variant1', 'variant2'],
   },
+  {
+    key: 'ExtendTrialByInvitingMemberExperiment',
+    type: ExperimentType.Organization,
+    parameter: 'exposed',
+    assignments: [0, 1],
+  },
 ];
 
 export const experimentConfig = experimentList.reduce(