Use undocumented piwik cmd to disable heartbeattimer
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
parent
cf4ae681f4
commit
a897da7504
|
@ -92,6 +92,7 @@ class Analytics {
|
||||||
*/
|
*/
|
||||||
disable() {
|
disable() {
|
||||||
this.trackEvent('Analytics', 'opt-out');
|
this.trackEvent('Analytics', 'opt-out');
|
||||||
|
this._paq.push(['disableHeartBeatTimer']);
|
||||||
this.disabled = true;
|
this.disabled = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue