Method: PostHog::Client#alias
- Defined in:
- lib/posthog/client.rb
#alias(attrs) ⇒ Object
Aliases a user from one id to another
132 133 134 135 |
# File 'lib/posthog/client.rb', line 132 def alias(attrs) symbolize_keys! attrs enqueue(FieldParser.parse_for_alias(attrs)) end |