-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Description
The backend library types and the docs have diverged. I've gone through the different libraries and updated the errors I've seen
Currently the docs state that the API is as follows: posthog.alias('distinct_id', 'alias_id);
where alias_id is added as an alias of the user with distinct_id. The properties of user with distinct_id take president
Library fixes:
- iOS. Docs are the wrong way around, fix here: Update alias doc strings posthog-ios#34
- Python. Fix for library and docs Update alias docs posthog-python#82
The other libraries are fine or it's not implemented
I've also noted an error in our own code where it looks like we are using it wrong:
PostHog/posthog#13906
- @lharries confirm that aliasing works as expected
Metadata
Metadata
Assignees
Labels
No labels