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.
2 parents 5b48179 + 10634cd commit 9b052a8Copy full SHA for 9b052a8
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