v1.1.26+110 android release
This commit is contained in:
+3
-2
@@ -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,
|
||||
},
|
||||
);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user