Skip to content

Commit

Permalink
Adding comment to point users to "how to debug" documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mattab committed Apr 3, 2014
1 parent 0e12993 commit c2c5e16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions piwik.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
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);

Expand Down

0 comments on commit c2c5e16

Please sign in to comment.