Skip to content

Not sending events to Live view in Mixpanel #83

@AngelaBinogi

Description

@AngelaBinogi

While working on a simple event with user properties and one event specific property sometimes I get the event in the Live view in Mixpanel and sometimes not. The unit tests pass for it and there is no error logged in.
The event is something like this:

$this->mixPanelClient->identify($userId);
$superProperties = [ {some properties go here}]
$this->mixPanelClient->registerAll($superProperties);
$this->mixPanelClient->people->set($userId, $superProperties);
   $this->mixPanelClient->track(
                "Test event",
                [
                    'Test property' => 'random value',
                ]
            );

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