[07:23:59] MaxSem: should our less.php fork should "provide" the old less.php repo for better compat (https://getcomposer.org/doc/04-schema.md#provide)? [16:52:04] greg-g: Thanks for the quick turnaround on T207496. [16:52:04] T207496: Create a project for Excimer - https://phabricator.wikimedia.org/T207496 [16:55:07] :) [18:09:48] legoktm: sounds more like "replace" above [22:31:24] anyone around that has used mw.track() on mobilefrontend? [22:31:56] I'm trying to store a simple counter in Graphite but I don't know what I'm doing here. [22:33:41] and I can't quite figure out how to debug it locally. [22:35:59] I have provisioned mobilefrontend and statsd. I can send stuff from the php side and I'm able to see it but I can't get it to work from the client [23:22:11] dmaza: the magic is in WikimediaEvents extension I believe [23:22:30] That links mw.track to statsd [23:26:35] legoktm: I also have that installed but still not working [23:26:37] https://wikitech.wikimedia.org/wiki/Webperf#statsv [23:27:04] What does your code look like? [23:28:10] https://gerrit.wikimedia.org/g/mediawiki/extensions/RevisionSlider/+/618850af6e7b09b3e039fb5131735e67f0d217e9/modules/ext.RevisionSlider.DiffPage.js#86 [23:28:14] For example [23:28:56] https://gerrit.wikimedia.org/r/c/mediawiki/extensions/MobileFrontend/+/468684 [23:30:18] This mentions to add a second param [23:30:19] https://wikitech.wikimedia.org/wiki/Graphite#statsv [23:32:07] so unless I'm missing something it should work.. I just wanna make it work locally to be sure