Skip to content

Releases: spyfu/spyfu-vue-analytics

0.2.0

23 Aug 23:01
Compare
Choose a tag to compare

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;
});

0.1.0

17 Nov 23:55
Compare
Choose a tag to compare

Initial release, see documentation here