We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a57f643 commit 10634cdCopy full SHA for 10634cd
1 file changed
vis/js/utils/actionLogger.ts
@@ -12,8 +12,8 @@ const logAction = (action: any, state: any) => {
12
switch (action.type) {
13
case "INITIALIZE":
14
return trackMatomoEvent("Headstart", "Load");
15
- case "RESIZE":
16
- return trackMatomoEvent("Headstart", "Resize window");
+ // case "RESIZE":
+ // return trackMatomoEvent("Headstart", "Resize window");
17
case "SEARCH":
18
// TODO trackSiteSearch ?
19
// https://developer.matomo.org/guides/tracking-javascript-guide
0 commit comments