mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 05:19:39 +02:00
fix(matomo): stop oauth link event [EE-6779] (#11332)
This commit is contained in:
parent
0ad4826fab
commit
a570073d12
2 changed files with 1 additions and 1 deletions
|
@ -82,6 +82,7 @@ function config($analyticsProvider, $windowProvider) {
|
||||||
push('setReferrerUrl', '');
|
push('setReferrerUrl', '');
|
||||||
push('setCustomUrl', basePath + path);
|
push('setCustomUrl', basePath + path);
|
||||||
push('trackPageView');
|
push('trackPageView');
|
||||||
|
push('enableLinkTracking');
|
||||||
});
|
});
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
const _paq = (window._paq = window._paq || []);
|
const _paq = (window._paq = window._paq || []);
|
||||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
_paq.push(['enableLinkTracking']);
|
|
||||||
|
|
||||||
var u = 'https://portainer-ce.matomo.cloud/';
|
var u = 'https://portainer-ce.matomo.cloud/';
|
||||||
_paq.push(['setTrackerUrl', u + 'matomo.php']);
|
_paq.push(['setTrackerUrl', u + 'matomo.php']);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue