Skip to content

Document new SQL profiler tracker setting #302

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

Merged
merged 1 commit into from
May 20, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/3.x/tracking-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,12 @@ Follow these steps to enable and view debug logging for the tracker:

[Tracker]
debug = 1

Since Matomo 3.10 to enable the profiling of SQL queries you additionally need to enable:


[Tracker]
enable_sql_profiler = 1

2. Look at the HTTP requests that are sent to Piwik.
* If the requests take place in a browser, you can use a tool like the [Firebug](https://getfirebug.com/) to see all requests to **piwik.php**.
* If the requests are triggered from your app or software directly, you can output or log the output of tracking requests and to view the debug messages.
Expand Down