You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Think we can just add an API URL property and change self::$URL as usual. Anyone that relies on the $URL property would have the same broken behavior, but the tracker would work properly.
Because
$URL
is a constant and not a property of the class: https://github.com/piwik/piwik-php-tracker/blob/1.0.0/PiwikTracker.php#L32Both tracker instances will use
http://apache.piwik/piwik.php
as URL.Use case see matomo-org/matomo#4589 where up to 3 trackers can be configured and we need to send the same data to different trackers.
The text was updated successfully, but these errors were encountered: