Page MenuHomePhabricator

Add instrumentation to detect when someone starts an edit session with suggestions enabled
Closed, ResolvedPublic

Description

We want to track: Count of edit sessions initiated with one of following URL parameters: &ecenable=suggestions or &ecenable=suggestions,experimental

Currently this isn't logged in any way, but it would be easy to add to VisualEditorFeatureUse as part of the initialization.

Main choice to make is whether to log a single "initialized with: suggestions+experimental" event, or individual events for each feature-flag.

Requirements

(as decided on in standup)

  • log any time a session is initialized with suggestions or experimental enabled
    • regardless of the way it was enabled (URL param, force enabled, etc)
    • with a separate log for each parameter (i.e., if both suggestions and experimental are enabled, still expect two separate logs)

Event Timeline

Change #1211171 had a related patch set uploaded (by Medelius; author: Medelius):

[mediawiki/extensions/VisualEditor@master] EditCheck: Add logging to detect edit sessions with suggestions enabled

https://gerrit.wikimedia.org/r/1211171

Change #1211171 merged by jenkins-bot:

[mediawiki/extensions/VisualEditor@master] EditCheck: Add logging to detect edit sessions with suggestions enabled

https://gerrit.wikimedia.org/r/1211171

Ryasmeen edited projects, added Verified; removed Editing QA.