Addshore has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/399680 )

Change subject: BETA: unset $wgSentryDsn
......................................................................

BETA: unset $wgSentryDsn

Bug: T106920
Bug: T183494
Bug: T180208
Change-Id: Ia0b66451220b19ee4b63914b8a1bd245f5fd7db6
---
M wmf-config/CommonSettings-labs.php
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/80/399680/1

diff --git a/wmf-config/CommonSettings-labs.php 
b/wmf-config/CommonSettings-labs.php
index 4844d73..c960c90 100644
--- a/wmf-config/CommonSettings-labs.php
+++ b/wmf-config/CommonSettings-labs.php
@@ -289,7 +289,8 @@
 
 if ( $wmgUseSentry ) {
        require_once "$IP/extensions/Sentry/Sentry.php";
-       $wgSentryDsn = $wmgSentryDsn;
+       # $wgSentryDsn is unset per 
https://phabricator.wikimedia.org/T106920#3807683
+       # $wgSentryDsn = $wmgSentryDsn;
        $wgSentryLogPhpErrors = false;
 }
 

-- 
To view, visit https://gerrit.wikimedia.org/r/399680
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia0b66451220b19ee4b63914b8a1bd245f5fd7db6
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Addshore <addshorew...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to