While working on T191532 I noticed that edits via the page action (the main edit icon at the top of the page) were not triggering events in the new Schema:PageIssues. It turns out the same bug was impacting Schema:Edit, so many edit clicks there were not being recorded.
The fix is straightforward but capturing as a separate bug as fixing this is likely to have a noticeable impact on Schema:Edit data which has likely been broken for a long long time.
QA steps
Reading web staging has been setup so all edits are routed via the Schema:Edit
Visit https://reading-web-staging.wmflabs.org/w/index.php?title=Pharmacovigilance
Make sure that the wiki is not in readonly mode (per other tasks) before attempting to QA this one.
Clicking an edit icon should trigger an event to Schema:Edit that contains "action=init"
e.g.
{"event":{"page.id":1243554,"page.revid":69,"page.title":"Pharmacovigilance","page.ns":0,"user.id":6,"user.editCount":43,"mediawiki.version":"1.32.0-alpha","platform":"phone","integration":"page","version":1,"action":"init","editor":"wikitext","editingSessionId":"X","action.init.type":"section","action.init.mechanism":"click"},"revision":17541122,"schema":"Edit","webHost":"reading-web-staging.wmflabs.org","wiki":"wiki"};: