You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(telemetry include referralSource in identify and clear cookie for Vercel integration
Add optional referralSource handling across auth flows and telemetry to record
where new users originate. Extend telemetry.user.identify to accept
referralSource and consolidate identify properties into a single object
before sending to PostHog. Invoke this when users sign in via GitHub or
magic link: read referralSource cookie, attach it for users created within
the last 30 seconds (treating them as new users), and clear the cookie
after use.
This improves attribution for signups by capturing and sending referral
information for new users while ensuring the referral cookie is removed
after consumption.
0 commit comments