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
I noticed that the batching of events stopped to work when a tab switch occurs in the browser.
I think it's because of the pageUnloaded flag that is not being reset to false after onPageLeave is called. So, the logic here will be true, and the flush will be called instead of scheduleFlush
The text was updated successfully, but these errors were encountered:
I noticed that the batching of events stopped to work when a tab switch occurs in the browser.
I think it's because of the
pageUnloaded
flag that is not being reset to false afteronPageLeave
is called. So, the logic here will be true, and the flush will be called instead ofscheduleFlush
The text was updated successfully, but these errors were encountered: