Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions vis/js/utils/actionLogger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ const logAction = (action: any, state: any) => {
switch (action.type) {
case "INITIALIZE":
return trackMatomoEvent("Headstart", "Load");
case "RESIZE":
return trackMatomoEvent("Headstart", "Resize window");
// case "RESIZE":
// return trackMatomoEvent("Headstart", "Resize window");
case "SEARCH":
// TODO trackSiteSearch ?
// https://developer.matomo.org/guides/tracking-javascript-guide
Expand Down
Loading