-
-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
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',
]
);
moijafcor
Metadata
Metadata
Assignees
Labels
No labels