Skip to content

Commit 10634cd

Browse files
committed
hotfix for log event which causes burst requests
1 parent a57f643 commit 10634cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vis/js/utils/actionLogger.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ const logAction = (action: any, state: any) => {
1212
switch (action.type) {
1313
case "INITIALIZE":
1414
return trackMatomoEvent("Headstart", "Load");
15-
case "RESIZE":
16-
return trackMatomoEvent("Headstart", "Resize window");
15+
// case "RESIZE":
16+
// return trackMatomoEvent("Headstart", "Resize window");
1717
case "SEARCH":
1818
// TODO trackSiteSearch ?
1919
// https://developer.matomo.org/guides/tracking-javascript-guide

0 commit comments

Comments
 (0)