Digitalist-Open-Cloud / Matomo-Plugin-Sentry

Log all Matomo errors to a Sentry server
https://digitalist.cloud/
GNU General Public License v3.0
4 stars 2 forks source link

Differences between plugin installation instructions #14

Closed KimAndGumi closed 6 months ago

KimAndGumi commented 6 months ago

I would like to use the Sentry plugin but I'm confused in the installation process. From the README.md I understand I must run composer install --no-dev from root of Matomo project. But in the documentation on plugins.matomo.org, composer install --no-dev must be run from inside plugins/Sentry folder. Which instructions are the right one ?

mikkeschiren commented 6 months ago

Sorry for the confusion - composer install --no-dev - should be runned in the plugin folder. I will make sure to update the documentation.

mikkeschiren commented 6 months ago

This should now be fixed.