Hello,
To help improve our user experience, we have started to move most matomo tracking events in RabbitMQ so everything could be done asynchronously.
But now, there's no data logged by Matomo (cloud) and I'm trying to understand why.
As far as I know, I can see that doTrackPageView() and doTrackEvent() are executed and return a string (ex: GIF89a\x01\x00\x01\x00€\x00\x00\x00\x00\x00\x00\x00\x00!ù\x04\x01\x00\x00\x00\x00,\x00\x00\x00\x00\x01\x00\x01\x00\x00\x02\x02D\x01\x00;) without error.
- Is there something to do when tracking event from a worker ?
- Is there an option to have more debug logs ?
Thanks
Hello,
To help improve our user experience, we have started to move most matomo tracking events in RabbitMQ so everything could be done asynchronously.
But now, there's no data logged by Matomo (cloud) and I'm trying to understand why.
As far as I know, I can see that doTrackPageView() and doTrackEvent() are executed and return a string (ex: GIF89a\x01\x00\x01\x00€\x00\x00\x00\x00\x00\x00\x00\x00!ù\x04\x01\x00\x00\x00\x00,\x00\x00\x00\x00\x01\x00\x01\x00\x00\x02\x02D\x01\x00;) without error.
Thanks