Skip to content

Commit

Permalink
add frontend experiment (#29964)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo-Zhixing authored Nov 11, 2021
1 parent 72bde5d commit 02528a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions static/app/data/experimentConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ export const unassignedValue = -1;
*/
export const experimentList = [
{
key: 'TargetedUpsellModalExperiment',
key: 'HighlightTrialOnSignupExperiment',
type: ExperimentType.Organization,
parameter: 'exposed',
assignments: [0, 1],
parameter: 'exposure_scenario',
assignments: ['none', 'on_signup', 'on_first_event'],
},
{
key: 'TargetedUpsellModalExperimentV2',
Expand Down

0 comments on commit 02528a0

Please sign in to comment.