Wired up blog analytics
2026-03-11
Blog analytics
- Implemented client-side event sending for the blog and got it merged: feat: send blog analytics events to backend.
- It mirrors the LP batching/flush behavior and posts
page_view+ custom events to/analytics/events/bulk. - Pinned the analytics endpoint to production to make sure it talks to the right place.
- Quote that captured the intent:
add lightweight client-side analytics sender in
BaseHeadto postpage_viewand custom events to backend/analytics/events/bulk
Docs pass
- Added/refreshed the AGENTS guide across repos to keep things consistent:
- brand: added the guide.
- lp/blog: refreshed the guide.
- Nice little sweep to keep the docs in sync.
Maintenance
- Merged routine dependency bumps on external tools:
- irasutoya-cli:
fastimage2.4.0 → 2.4.1. - cycle-flyer:
electron40.8.0 → 41.0.0.
- irasutoya-cli:
- Nothing fancy here, just keeping the lights on.