You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, as the title suggests, since some events that are happening in a very close time frame are not being sent in order, this is causing us to have trouble recognizing the source event of certain events, among other issues. Is there a way to circumvent this issue?
The text was updated successfully, but these errors were encountered:
@HamzaJawad98 events are timestamped with millisecond precision. if events happen within the same millisecond they will have the same timestamp and their display order cannot be guaranteed in the mixpanel.com webapp.
Hi @HamzaJawad98, which version are you using? Versions prior to v6.3.0 do not have support for millisecond precision, so they are more likely to have the problem of events not being sent in order.
Hi, as the title suggests, since some events that are happening in a very close time frame are not being sent in order, this is causing us to have trouble recognizing the source event of certain events, among other issues. Is there a way to circumvent this issue?
The text was updated successfully, but these errors were encountered: