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
Description:
There is an issue with the browser tracking feature where the local storage gets full, which causes the tracking to stop. Currently, the only solution is to manually delete the data, after which tracking resumes.
Suggested Solution:
Implement an auto-cleanup mechanism for the local storage when it reaches a certain limit to prevent tracking from being interrupted. This will ensure continuous browser tracking without manual intervention.
Steps to Reproduce:
Use the browser tracking feature for an extended period.
Observe that once local storage is full, tracking halts.
Manually clear the local storage to resume tracking.
Expected Behavior:
Local storage should automatically clear or manage space when reaching its limit to ensure uninterrupted tracking.
The text was updated successfully, but these errors were encountered:
Description:
There is an issue with the browser tracking feature where the local storage gets full, which causes the tracking to stop. Currently, the only solution is to manually delete the data, after which tracking resumes.
Suggested Solution:
Implement an auto-cleanup mechanism for the local storage when it reaches a certain limit to prevent tracking from being interrupted. This will ensure continuous browser tracking without manual intervention.
Steps to Reproduce:
Use the browser tracking feature for an extended period.
Observe that once local storage is full, tracking halts.
Manually clear the local storage to resume tracking.
Expected Behavior:
Local storage should automatically clear or manage space when reaching its limit to ensure uninterrupted tracking.
The text was updated successfully, but these errors were encountered: