You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remove unused options param; clear GA4 _ga_ prefix cookies on revoke
- Remove unused constructor(options) parameter and config-script wiring
- clearTrackingCookies() now enumerates document.cookie to also delete
_ga_<measurement-id> cookies set by GA4 (e.g. _ga_G-761B4BMK2R),
which vary per property and cannot be hardcoded
0 commit comments