Steps to replicate the issue (include links if applicable):
- Visit a talk page
- Launch the 2017 editor *dynamically* (i.e. not in a new tab, or by reloading. the page)
What happens?:
No EditAttemptStep or VisualEditorFeatureUse logging occurs, because the ve.track module isn't loaded, and thus ve.track isn't hooked up to mw.track.
What should have happened instead?:
Logging.
This is presumably somehow due to our reshuffling of modules -- it specifically started happening when we split the ve.track module back out from ve.core,utils in https://gerrit.wikimedia.org/r/c/mediawiki/extensions/VisualEditor/+/1183154 to avoid OOUI being loaded with the init module.
Done
- @MNeisler confirms we ARE logging events where feature = editCheck-tone in VisualEditorFeatureUse

