Drizzle
Drizzle
Sep 24

Analytics script(Tracker) v2

Currently, events are sent through the old interface, which was originally designed for sending web vitals and queued events. This queue system is no longer used, so the tracker needs to be simplified. The API is already ready to handle the new interface.
PlannedPlanned

Sep 24, 2025

Additionally, form submission events should be tracked, not just button clicks.

Sep 24, 2025

Additionally, hash routing handling should be moved to the tracker side.

Sep 24, 2025

Additionally, a policy check should be added to ensure that event sending is not blocked.