For Dolibarr >= 5.0.x. Sentry support was included in Dolibarr core 3.9 and is broken in 4.x.
Install
From the GIT repository
- 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
From an archive release
Extract the archive to htdocs/custom
Contributions
Feel free to contribute and report defects at http://github.com/GPCsolutions/sentry/issues
Licenses
Main code
GPLv3 or (at your option) any later version.
See COPYING for more information.
Other Licenses
Parsedown
Used to display this README in the module's about page. Licensed under MIT.
GNU Licenses logos
Public domain
Documentation
All texts and readmes.


