In mediawiki/extensions/VisualEditor/modules/ve-mw/init/ve.init.mw.trackSubscriber.js, mediawiki/extensions/WikiEditor/includes/WikiEditorHooks.php, and mediawiki/extensions/WikiEditor/modules/ext.wikiEditor.js there is code that samples 6.25% of interactions for logging data to the Edit schema.
For our work in understanding first day, we want to be able to sample at 100%. Probably the easiest way is to use a configuration variable we'll be using elsewhere ($wgWMEUnderstandingFirstDay), and if that is set to true, send all transactions instead of just 6.25%.