Last modified: 2014-06-18 02:11:16 UTC
We should have a working implementation of the beacon endpoint in MediaWiki for third-party users who may not be using Varnish. It should be pretty easy to do. I think this snippet should do the trick, but I'm not sure where to put it. wfDebugLog( 'EventLogging', $_SERVER['QUERY_STRING'] ); while ( ob_get_level() ) { ob_end_clean(); } header( 'HTTP/1.1 204 No Content' );
See special/SpecialRecordImpression.php in mediawiki/extensions/CentralNotice.
De-assigning for now in case someone else wants to pick this up.
[moving from MediaWiki extensions to Analytics product - see bug 61946]
Unassigning for now