Closed beradeep closed 2 months ago
@beradeep would you pick up this PR again? just so I don't get to it as well, thanks.
Yes, I'll pick it up. I think I should go with the solution you provided in a7bf27a.
When should I turn isIdentifiedLoaded
back to false? Inside PostHog.endSession()
?
@marandaneto Sorry, I closed this PR accidentally. I've created a new one #167.
:bulb: Motivation and Context
This change adds the
is_identified
property (absent earlier) to check user is identified or not (anonymous). This change also adds a fix toidentify()
to ensure that an "identify" event is captured if and only if the user isn't already identified (anonymous).fix #136 & #108
:green_heart: How did you test it?
:pencil: Checklist