Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.
/ sentry Public archive

[Unmaintained] Send Dolibarr logs to a Sentry server

License

Notifications You must be signed in to change notification settings

GPCsolutions/sentry

Repository files navigation

Send Dolibarr logs to a Sentry server

Sentry logo

https://sentry.io

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

  1. Clone the repository into htdocs/custom
  2. 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

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 logo

GPLv3 or (at your option) any later version.

See COPYING for more information.

Other Licenses

Used to display this README in the module's about page. Licensed under MIT.

Public domain

Documentation

All texts and readmes.

GFDL logo

About

[Unmaintained] Send Dolibarr logs to a Sentry server

Resources

License

Stars

Watchers

Forks

Packages

No packages published