-
Notifications
You must be signed in to change notification settings - Fork 1
Description
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.