Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-04-03 05:23:06 +0400
committermattab <matthieu.aubry@gmail.com>2014-04-03 05:23:06 +0400
commitc2c5e16ef232049061e1353dad20337395a86a9e (patch)
treee740353967a1e0ae454b0f391c0f2abd513f92dc /piwik.php
parent0e1299365537880b1e5d6e2e2921dc3ab5d3731b (diff)
Adding comment to point users to "how to debug" documentation
Diffstat (limited to 'piwik.php')
-rw-r--r--piwik.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/piwik.php b/piwik.php
index 65fa14cc68..42bf8cec80 100644
--- a/piwik.php
+++ b/piwik.php
@@ -12,6 +12,9 @@ use Piwik\Common;
use Piwik\Timer;
use Piwik\Tracker;
+// Note: if you wish to debug the Tracking API please see this documentation:
+// http://developer.piwik.org/api-reference/tracking-api#debugging-the-tracker
+
$GLOBALS['PIWIK_TRACKER_DEBUG_FORCE_SCHEDULED_TASKS'] = false;
define('PIWIK_ENABLE_TRACKING', true);