Merge "VisualEditorFeatureUse: trackdebug logging consistent with EditAttemptStep"

This commit is contained in:
jenkins-bot 2020-07-21 21:51:34 +00:00 committed by Gerrit Code Review
commit e010dc560c

View file

@ -216,7 +216,7 @@ mw.loader.using( 'ext.eventLogging' ).done( function () {
};
if ( trackdebug ) {
log( topic, event );
log( topic, event, schemaVisualEditorFeatureUse.defaults );
} else {
schemaVisualEditorFeatureUse.log( event, (
mw.config.get( 'wgDTSchemaEditAttemptStepOversample' ) ||