mirror of
https://github.com/BillyOutlast/posthog.git
synced 2026-02-10 14:10:58 +01:00
* feat(ingestion): add ingestion warning if event more than 23 hours in the future * test: Update unit tests for ingestion timestamp * Apply suggestions from code review Co-authored-by: Harry Waye <harry@posthog.com> * Update frontend/src/scenes/data-management/ingestion-warnings/IngestionWarningsView.tsx * test: Use a timestamp only 23h in the future This allows us to test the exact boundary of the 'event_timestamp_in_future' warning to ensure it doesn't pop. Co-authored-by: Tomás Farías Santana <tomas@tomasfarias.dev> Co-authored-by: Harry Waye <harry@posthog.com>