v1.1.26+110 android release

This commit is contained in:
Tibor Bossanyi (Freelancer)
2022-11-13 21:26:27 +01:00
parent 6ef311286c
commit cbaa1a5b81
9 changed files with 77 additions and 118 deletions
+3 -2
View File
@@ -39,14 +39,15 @@ class Track with Logging {
} else {
MatomoTracker.instance.trackEvent(eventCategory: "wt", action: event.enumToString());
}
Posthog().capture(
eventName: event.enumToString(),
properties: {
'action': eventValue,
'eventValue': eventValue,
'customer': tracking.customerId,
},
);
}
}
}