I recently installed the self-hosted version of Matomo (Piwik) on my sever, and a JavaScript analysis tool revealed that the Matomo control panel (where one logs in and views all of the analytics data) is tracking my mouse movements using the “mousemove” and “pointermove” JavaScript event listeners. This is present on all Matomo pages, even the login page.
This is consistent with the use of session recording or session replay, where the user’s mouse and keyboard activities are tracked and a video of the user’s actions on the webpage is generated. Is Matomo using this type of tracking on its self-hosted version? If so, is it being sent to Matomo itself or a third party, or stored locally, and is it possible to disable this feature and/or delete recorded sessions?