matomo-org / matomo-log-analytics

Import any kind of server logs in Matomo for powerful log analytics. Universal log file parsing and reporting.
https://matomo.org/log-analytics/
GNU General Public License v3.0
224 stars 118 forks source link

Fix disabling of queued tracking with bulk requests. #324

Closed EreMaijala closed 2 years ago

EreMaijala commented 2 years ago

Also fixes #319 for me.

Description:

Bulk tracking requests were missing the query parameter to disable queued tracking. That caused imported entries to be queued. Also since queued tracking returns an image, decoding it as UTF-8 failed.

Review