berrypod/test
jamey 162a5bfe9a
All checks were successful
deploy / deploy (push) Successful in 1m13s
replace analytics double-count prevention with buffer supersede
The Plug records a pageview with a known ID (plug_ref) into the ETS
buffer. When JS connects, the LiveView hook supersedes that event by
ID and records its own with full data (screen_size from connect params).
If JS never connects, the Plug's event flushes normally after 10s.

Also fixes: admin browsing no longer leaks product_view events — the
Plug now sets no analytics session data for admins, so all downstream
visitor_hash guards naturally filter them out.

Replaces the previous time-based skip logic which was brittle and
race-prone. The supersede approach is deterministic and handles both
the ETS buffer and already-flushed DB cases.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 14:48:50 +00:00
..
berrypod replace analytics double-count prevention with buffer supersede 2026-02-23 14:48:50 +00:00
berrypod_web replace analytics double-count prevention with buffer supersede 2026-02-23 14:48:50 +00:00
fixtures feat: add image optimizer module 2026-01-21 22:16:21 +00:00
support add SQLite concurrency tests and bench task 2026-02-22 09:23:36 +00:00
test_helper.exs add SQLite concurrency tests and bench task 2026-02-22 09:23:36 +00:00