-
Notifications
You must be signed in to change notification settings - Fork 169
Open
Description
Hello,
We are using the android Matomo SDK version 4.1.4. We have notice that when we log one single event on a dispatchInterval period, it doesn't appear in the dashboard, but when there are several, it works fine.
After analysing the code of the Matomo sdk, I notice that to report a single event, the SDK is doing a http GET request and if there are more than one a http POST request (see send() method in DefaultPacketSender).
I tried to fork the Matomo SDK and modify the code to ensure that we use the POST call all the time, and it works fine.
Could you fix the issue please? Or tell us if there is a problem in our integration?
Thanks.
Metadata
Metadata
Assignees
Labels
No labels