Merge "Log an EditAttemptStep session-abort when refreshing the page contents"

This commit is contained in:
jenkins-bot 2023-03-30 21:32:57 +00:00 committed by Gerrit Code Review
commit 679fbba088

View file

@ -966,6 +966,11 @@ ReplyWidget.prototype.onNewCommentsShowClick = function () {
feature: 'notificationNewComments',
action: 'page-update'
} );
mw.track( 'editAttemptStep', {
action: 'abort',
mechanism: 'navigate',
type: 'pageupdate'
} );
};
/**