mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Disable sentry_dsn
This commit is contained in:
parent
854d723927
commit
a541123034
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue