Skip to content

Commit 4ceb328

Browse files
author
Stephen Cefali
authored
adds experiment for trial label (#29305)
adds experiment for trial label
1 parent b90429e commit 4ceb328

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

static/app/data/experimentConfig.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ export const experimentList = [
1919
parameter: 'exposed',
2020
assignments: [0, 1],
2121
},
22+
{
23+
key: 'TrialLabelTest',
24+
type: ExperimentType.Organization,
25+
parameter: 'exposed',
26+
assignments: [0, 1],
27+
},
2228
] as const;
2329

2430
export const experimentConfig = experimentList.reduce(

0 commit comments

Comments
 (0)