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 6ae8a6f commit ec4ac26Copy full SHA for ec4ac26
src/eppo-assignment-logger.ts
@@ -16,7 +16,7 @@ export class EppoAssignmentLogger implements IAssignmentLogger {
16
holdoutKey: holdout,
17
holdoutVariation: holdout_variant,
18
subject: subject_id,
19
- variant,
+ variation,
20
} = event;
21
22
// Skip tracking if no entityId
0 commit comments