Skip to content

Improve the Kumite API to make logging same events for multiple experiments easier #2

@creativej

Description

@creativej

Currently we can only log one event at a time using:

Kumite::event($testKey1, $eventName, $data);
Kumite::event($testKey2, $eventName, $data);

If it can accepts an array of test keys then it would be much nicer

Kumite::event(array($testKey1, $testKey2), $eventName, $data);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions