MaxSem has submitted this change and it was merged.

Change subject: Disable EventLogging and NavigationTiming on betalabs
......................................................................


Disable EventLogging and NavigationTiming on betalabs

NavigationTiming appears to be attempting to load JS modules from EventLogging, 
which is not fully configured on betalabs yet, and is resulting in JS errors 
(at least on the mobile version of the sites). In the interest of keeping 
betalabs working, both should be disabled until we're able to fully configure 
them on betalabs.
Change-Id: I82387ad1e14e2bfcd9b7e7708fd5ae0fe28edd02
---
M wmf-config/InitialiseSettings-labs.php
1 file changed, 8 insertions(+), 0 deletions(-)

Approvals:
  MaxSem: Verified; Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/InitialiseSettings-labs.php 
b/wmf-config/InitialiseSettings-labs.php
index 729f157..e716702 100644
--- a/wmf-config/InitialiseSettings-labs.php
+++ b/wmf-config/InitialiseSettings-labs.php
@@ -253,6 +253,14 @@
                'default' => true,
        ),
 
+       // disable eventlogging/timing
+       'wmgUseEventLogging' => array(
+           'default' => false,
+       ),
+
+       'wmgUseNavigationTiming' => array(
+           'default' => false,
+       ),
 );
 
 } # wmflLabsSettings()

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I82387ad1e14e2bfcd9b7e7708fd5ae0fe28edd02
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: awjrichards <[email protected]>
Gerrit-Reviewer: MaxSem <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to