aboutsummaryrefslogtreecommitdiffstats
path: root/config/matomo/plugins/HeatmapSessionRecording/configs.php
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2021-11-01 16:05:22 +0100
committerArmand Philippot <git@armandphilippot.com>2021-11-01 16:05:22 +0100
commit94b5971b02c7dc6ceb5b05edee805cae3b089a04 (patch)
tree8e1ae1c97c0f9a432ea19d6881c4c7f8cbf90e8c /config/matomo/plugins/HeatmapSessionRecording/configs.php
parent693a844ec8838d6b110aa0b30ca3ba011671686d (diff)
chore: add matomo proxy tracker
Diffstat (limited to 'config/matomo/plugins/HeatmapSessionRecording/configs.php')
-rw-r--r--config/matomo/plugins/HeatmapSessionRecording/configs.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/config/matomo/plugins/HeatmapSessionRecording/configs.php b/config/matomo/plugins/HeatmapSessionRecording/configs.php
new file mode 100644
index 0000000..abf5cd5
--- /dev/null
+++ b/config/matomo/plugins/HeatmapSessionRecording/configs.php
@@ -0,0 +1,9 @@
+<?php
+
+# proxy endpoint to support HeatmapSessionRecording tracker which sends requests to this file
+
+define('MATOMO_PROXY_FROM_ENDPOINT', 1);
+
+$path = 'plugins/HeatmapSessionRecording/configs.php';
+
+include dirname(__FILE__) . '/../../proxy.php'; \ No newline at end of file