mixpanel-js
mixpanel-js copied to clipboard
LocalStorage `_mpq_` flush queue accumulate events
Hi guys, I noticed a strange behaviour with Mixpanel events localStorage usage: I have some of my user that have in their local storage a key that just accumulate elements of tracking:
From my investigation this element is a kind of batch accumulation to flush to mixpanel with some debounce. But for some reason I don't know yet, they accumulate within the storage instead. My deeper problem is that other services that are based on storage are failing because there's so much elements that the storage limit is reached 😅.
My config is:
- version 2.47.0
- on Vue3
Let me know if you need more information