AmazingDreams / vue-matomo

Vue plugin for Matomo Analytics
MIT License
274 stars 61 forks source link

Test / explore Matomo 4 compatibility #74

Closed AmazingDreams closed 3 years ago

AmazingDreams commented 3 years ago

Matomo 4 has entered beta. Looking at the changelog there are no changes that require much work on our end.

https://developer.matomo.org/changelog#javascript-tracker

jordan-boyer commented 3 years ago

What do we do about the window.Piwik being deprecated ?

Should we do this instead window.Piwik || window.Matomo

AmazingDreams commented 3 years ago

Yeah that's probably the best thing to do, however I think it's better to swap them around to make sure that Matomo is preferred over Piwik. Not that it really matters in practice

jordan-boyer commented 3 years ago

Yeah i think you're right about this one

sbillet commented 3 years ago

Hello @AmazingDreams, thanks for your work on the Vue integration 👍

Matomo 4 was officially released in November. Is vue-matomo compatible? Could you add a hint to the readme? If it is not compatible, when do you plan to release a compatible version?

AmazingDreams commented 3 years ago

@sbillet I have been running Matomo 4 for quite a while now and encountered no issues so far, I'd say it's fully compatible