Disable sentry_dsn

This commit is contained in:
djmaze 2020-07-15 14:16:29 +02:00
parent 854d723927
commit a541123034

View file

@ -246,7 +246,7 @@ class Service
$sAppleTouchLink = $sFaviconUrl ? '' : $this->staticPath('apple-touch-icon.png');
$sContentSecurityPolicy = $this->oActions->Config()->Get('security', 'content_security_policy', '');
$sSentryDsn = $this->oActions->Config()->Get('logs', 'sentry_dsn', '');
$sSentryDsn = false; // $this->oActions->Config()->Get('logs', 'sentry_dsn', '');
$aTemplateParameters = array(
'{{BaseAppHeadScriptLink}}' => $sSentryDsn ?