For Dolibarr >= 5.0.x. Sentry support was included in Dolibarr core 3.9 and is broken in 4.x.
- Clone the repository into
htdocs/custom
- Install Composer and Bower dependencies:
composer install --no-dev
Using Composer
Require this repository from Dolibarr's composer:
{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/gpcsolutions/sentry"
}
],
"require": {
"gpcsolutions/sentry": "dev-master"
}
}
Run
composer update
Extract the archive to htdocs/custom
Feel free to contribute and report defects at http://github.com/GPCsolutions/sentry/issues
GPLv3 or (at your option) any later version.
See COPYING for more information.
Used to display this README in the module's about page. Licensed under MIT.
Public domain
All texts and readmes.