PostHog / plugin-server

Service to process and save PostHog events, supporting JS/TS plugins at that
https://posthog.com
8 stars 5 forks source link

Split identification flow #585

Closed yakkomajuri closed 3 years ago

yakkomajuri commented 3 years ago

Changes

Splits identifying a person away from updatePerson and makes it more robust. Now we don't update Kafka if we don't need to and conceptually it makes sense to have this separate.

This will also make even more sense once I completely re-do updatePerson, as I want to have that focus solely on properties.

Checklist

yakkomajuri commented 3 years ago

Unrelated test failures. See #586

yakkomajuri commented 3 years ago

There's no longer a need for this