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

Merge branch '306-matomo-desactiver-heatmap-pour-ecolyo' into 'dev'

Resolve "[Matomo] Desactiver HeatMap pour Ecolyo"

See merge request !775
parents 5f6799b0 c70c0c2a
Branches
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 {
MatomoTracker.push(['setSiteId', this.siteId])
MatomoTracker.push(['setReferrerUrl', 'https://ecolyo.com'])
MatomoTracker.push(['setTrackerUrl', `${this.url + this.phpFilename}`])
MatomoTracker.push(['HeatmapSessionRecording::disable'])
}
return {
push: MatomoTracker.push,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment