Flutter plugin: matomo_tracker is sending information, but there is nothing logged

The problem was that we needed to use

const String _matomoEndpoint = 'https://MYMATOMOPAGENAME.com/matomo.php';

instead of

const String _matomoEndpoint = 'https://MYMATOMOPAGENAME.com/';
2 Likes