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

Fix created_at #595

Closed yakkomajuri closed 2 years ago

yakkomajuri commented 2 years ago

Changes

I assume created_at should be when the event was "ingested" versus its actual timestamp?

Otherwise why have created_at and timestamp if they are the same?

Side note that in CH the better proxy for when the event was created is _timestamp, which we get via Kafka

Checklist