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 77a14f9 commit 286510eCopy full SHA for 286510e
components/dashboard/src/experiments.ts
@@ -27,8 +27,7 @@ const Experiments = {
27
/**
28
* Experiment "example" will be activate on login for 10% of all clients.
29
*/
30
- // "example": 0.1,
31
- "login-from-context-6826": 0, // https://github.com/gitpod-io/gitpod/issues/6826
+ "example": 0.1,
32
};
33
type Experiments = Partial<{ [e in Experiment]: boolean }>;
34
export type Experiment = keyof (typeof Experiments);
0 commit comments