AnonymousMar 26
Enhance anonymous user detection
I use OpenPanel to track a shared UI component which is hosted in a desktop app, in a VS code extension and on the web. For each app, OpenPanel detects different browser correctly. I assume, because the browser is a different one each each app, OpenPanel detects multiple anonymous users although in reality it's just one.Bellow I've marked all the "users' where I believe that was actually all myself - so a single anonymous user. I guess a way to improve that could be that the browser is not getting taken into account anymore when determine if a new user gets created or not. Instead OpenPanal could focus more on the IP address or location to get more realistic results.Beside that, I really enjoy using OpenPanel. Its' such a nice tool - I finally have access to the data I was looking for :)
Reviewing

Hey, If these are from the same day they should all be the same user but across multiple day they should not be recognized as same. But are you sure all these have different users? Because this is the sessions list and it will show all individual sessions. Today we have this logic: device_id = hash(daily salt + user-agent + ip + project_id) So if the user-agent and ip are the same you should get the same device_id on every visit within 24 hours.