mixpanel / mixpanel-flutter

Official Flutter Tracking Library for Mixpanel Analytics
https://mixpanel.com
Apache License 2.0
67 stars 75 forks source link

Multiple events being registered with the same API timestamp and in weird order... #84

Open matthewfx opened 2 years ago

matthewfx commented 2 years ago

Hi,

We have decided to integrate Mixpanel recently (1.6.0). Initially, it had been looking very promising but then we noticed that flows often don't make sense. And by that I mean i.e same event being triggered more than once or in an order which is not possible in the app's flow. I started to investigate it and after ruling out that the app itself triggers them incorrectly I began to analyse random user sessions in your dashboard. It looks like often there is a series of event with exactly the same API timestamp being assigned to it. Events that in the real app can not be triggered at once but are seconds or more away from each other.

Could you please explain how it is possible that events can share the same API timestamp? How is it possible that the order looks random? If that's a bug when we can expect it to be fixed?

Thank you in advance for your reply

Screen Shot 2022-07-21 at 10 14 44 PM Screen Shot 2022-07-21 at 10 54 37 PM Screen Shot 2022-07-21 at 10 55 20 PM

.

achernoprudov commented 1 year ago

Hey Mixpanel team, We are having the same issue. Do you have any update on it? Or maybe some workaround?

SweydManaf commented 8 months ago

Hey Mixpanel team, We are having the same issue.