Merge "Add mw.track call when comment setup fails"

This commit is contained in:
jenkins-bot 2022-09-27 22:32:08 +00:00 committed by Gerrit Code Review
commit 99c772d4ee

View file

@ -160,6 +160,7 @@ CommentController.prototype.setup = function ( mode, hideErrors, suppressNotific
code instanceof Error ? code.toString() : controller.getApi().getErrorMessage( data ),
{ size: 'medium' }
);
mw.track( 'dt.commentSetupError', code );
}
logger( {