diff --git a/modules/CommentController.js b/modules/CommentController.js index b3870a7fc..a92588a49 100644 --- a/modules/CommentController.js +++ b/modules/CommentController.js @@ -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( {