The problem was that we needed to use
const String _matomoEndpoint = 'https://MYMATOMOPAGENAME.com/matomo.php';
instead of
const String _matomoEndpoint = 'https://MYMATOMOPAGENAME.com/';
The problem was that we needed to use
const String _matomoEndpoint = 'https://MYMATOMOPAGENAME.com/matomo.php';
instead of
const String _matomoEndpoint = 'https://MYMATOMOPAGENAME.com/';