Skip to content
Snippets Groups Projects
Commit c70c0c2a authored by Rémi PAILHAREY's avatar Rémi PAILHAREY :fork_knife_plate:
Browse files

fix(matomo): disabled heatmap recording

parent 72cad74b
No related branches found
No related tags found
2 merge requests!777Update master to V2.0,!775Resolve "[Matomo] Desactiver HeatMap pour Ecolyo"
...@@ -52,6 +52,7 @@ export default class MatomoTracker { ...@@ -52,6 +52,7 @@ export default class MatomoTracker {
MatomoTracker.push(['setSiteId', this.siteId]) MatomoTracker.push(['setSiteId', this.siteId])
MatomoTracker.push(['setReferrerUrl', 'https://ecolyo.com']) MatomoTracker.push(['setReferrerUrl', 'https://ecolyo.com'])
MatomoTracker.push(['setTrackerUrl', `${this.url + this.phpFilename}`]) MatomoTracker.push(['setTrackerUrl', `${this.url + this.phpFilename}`])
MatomoTracker.push(['HeatmapSessionRecording::disable'])
} }
return { return {
push: MatomoTracker.push, push: MatomoTracker.push,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment