-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Single event doesn't appear on Dashboard #468
Comments
When you fixed it, it would be fine, when you make a pull request for it |
I have an error when I try to push my branch : remote: Permission to matomo-org/matomo-sdk-android.git denied to nostromoo. I tried with username/password and accessToken login |
You are not allowed to push to this repository, you need first an own fork. Here you have the long and complete story https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests |
Thank you for your reply, it's done : |
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.
The text was updated successfully, but these errors were encountered: