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

Random IDs are identified

Open DawnMD opened this issue 1 year ago • 2 comments

Bug description

The last 2 days, users who are not been identified are also showing in the people and groups tab. We implemented posthog.setPersonPropertiesForFlags({ '$current_url': window.location.href, }) and thought that might be causing it. But after removing that code, its still capturing the users. Now I'm not sure if that posthog property was causing the issue or not.

Additional context

image Before publishing the experiment and feature flag it was working normally. Feature flags implemented like image I don't think this is causing the issue. Correct me if I'm wrong. Also, no set or identity event is being called with the random IDs Idenitfy effect image

DawnMD avatar Oct 18 '24 04:10 DawnMD

All of our users get duplicated because of this issue. reult expirements does not work correctly or we end-up with multiple duplicated users.

idrisssakhi avatar Oct 27 '25 11:10 idrisssakhi

@PostHog/team-feature-flags

marandaneto avatar Nov 01 '25 07:11 marandaneto