matomo-org / matomo

Empowering People Ethically with the leading open source alternative to Google Analytics that gives you full control over your data. Matomo lets you easily collect data from websites & apps and visualise this data and extract insights. Privacy is built-in. Liberating Web Analytics. Star us on Github? +1. And we love Pull Requests!
https://matomo.org/
GNU General Public License v3.0
19.85k stars 2.64k forks source link

Add "Enable JS Error Tracking" checkbox to the "Tracking code" page #14040

Open mattab opened 5 years ago

mattab commented 5 years ago

If you go to Administration > Websites > Tracking Code > Java Script Tracking we do not have the option to select "Enable JS Error Tracking"

However, if you go to the Tag Manager and select create a variable "Matomo Configuration" you have the option to select "Enable JS Error Tracking"

Can we please have this added to the Java Script Tracking Code generator? It would help a great deal. I have been adding the line '_paq.push(['enableJSErrorTracking']);' manually to the code.

tsteur commented 5 years ago

The error tracking is not really any good so we wouldn't want to have it exposed in the admin tracking code directly. Also if we added this setting there, we would need to basically add all settings...