We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68c693d commit b331fd6Copy full SHA for b331fd6
static/app/data/experimentConfig.tsx
@@ -14,19 +14,7 @@ export const unassignedValue = -1;
14
*/
15
export const experimentList = [
16
{
17
- key: 'IntegrationDirectoryCategoryExperiment',
18
- type: ExperimentType.Organization,
19
- parameter: 'variant',
20
- assignments: ['0', '1'],
21
- },
22
- {
23
- key: 'TrialEndingNotice',
24
25
- parameter: 'exposed',
26
- assignments: [0, 1],
27
28
29
- key: 'InboxExperiment',
+ key: 'DashboardUpsellSandboxExperiment',
30
type: ExperimentType.Organization,
31
parameter: 'exposed',
32
assignments: [0, 1],
0 commit comments