Merge branch '3.9' of git@github.com:Dolibarr/dolibarr.git into 3.9
This commit is contained in:
commit
507b9a2956
@ -145,6 +145,10 @@ class mod_syslog_sentry extends LogHandler implements LogHandlerInterface
|
|||||||
*/
|
*/
|
||||||
public function export($content)
|
public function export($content)
|
||||||
{
|
{
|
||||||
|
if (! $this->isActive()) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
global $conf;
|
global $conf;
|
||||||
$dsn = $conf->global->SYSLOG_SENTRY_DSN;
|
$dsn = $conf->global->SYSLOG_SENTRY_DSN;
|
||||||
$client = new Raven_Client(
|
$client = new Raven_Client(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user