Releases: spyfu/spyfu-vue-analytics
Releases · spyfu/spyfu-vue-analytics
0.2.0
Changes
$logEvent
now includes an optional callback parameter that can be used to modify the event being recorded.
this.$logEvent('event_name', payload, (obj) => {
// use this callback to modify the event object
return obj;
});