Summary
As discussed here, we would need to extend the instrumentation code in ConfirmEdit in order to fire and track events caused by interactions while editing.
- Patch to fire tracking events when the challenge is open/closed/expired or has an error: https://gerrit.wikimedia.org/r/c/mediawiki/extensions/ConfirmEdit/+/1196718/5
- Instrumentation code in WikimediaEvents, currently filtering events not associated with account creations: https://gerrit.wikimedia.org/r/c/mediawiki/extensions/WikimediaEvents/+/1196719
Acceptance criteria
- ConfirmEdit fires events for interactions done while editing
- WikimediaEvents submits interaction events in response to the events from ConfirmEdit