mixpanel/mixpanel-android

Events not being sent in order, causing problem with analytics

HamzaJawad98 opened this issue · 2 comments

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?

@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.