mixpanel-js icon indicating copy to clipboard operation
mixpanel-js copied to clipboard

LocalStorage `_mpq_` flush queue accumulate events

Open JonLev opened this issue 1 year ago • 10 comments

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: mixpanel-flush-queue-blurred

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

JonLev avatar Jul 25 '23 13:07 JonLev