🦔 PostHog provides open-source web & product analytics, session recording, feature flagging and A/B testing that you can self-host. Get started - free.
If a user has chosen to set a distinct_id when identifying users, we should use that in place of the default one set by PostHog in as many places as we can.
In this case (see ticket for context), exports are not always using the user-defined distinct_id, which makes the export less useful and human-readable, requiring further lookups to get the data needed.
Bug Description
Bug description
If a user has chosen to set a
distinct_id
when identifying users, we should use that in place of the default one set by PostHog in as many places as we can.In this case (see ticket for context), exports are not always using the user-defined
distinct_id
, which makes the export less useful and human-readable, requiring further lookups to get the data needed.Additional context
https://posthoghelp.zendesk.com/agent/tickets/18240
Debug info
No response