Skip to content

Commit b331fd6

Browse files
author
Stephen Cefali
authored
adds DashboardUpsellSandboxExperiment (#26064)
1 parent 68c693d commit b331fd6

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

static/app/data/experimentConfig.tsx

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,7 @@ export const unassignedValue = -1;
1414
*/
1515
export const experimentList = [
1616
{
17-
key: 'IntegrationDirectoryCategoryExperiment',
18-
type: ExperimentType.Organization,
19-
parameter: 'variant',
20-
assignments: ['0', '1'],
21-
},
22-
{
23-
key: 'TrialEndingNotice',
24-
type: ExperimentType.Organization,
25-
parameter: 'exposed',
26-
assignments: [0, 1],
27-
},
28-
{
29-
key: 'InboxExperiment',
17+
key: 'DashboardUpsellSandboxExperiment',
3018
type: ExperimentType.Organization,
3119
parameter: 'exposed',
3220
assignments: [0, 1],

0 commit comments

Comments
 (0)