This ticket involves the work of implementing the instrumentation required to track how people are engaging with the Tone Check UX.
Per [offline discussion](https://wikimedia.slack.com/archives/G01625LGGQZ/p1750445738073359), the instrumentation required to do the above was added as part of the Multi-Check feature implementation (T352092).
As such, this ticket largely holds the work of verifying the ` ===Requirements` have been implemented as expected.
=== Requirements
| feature | action | meaning
| editCheck-tone| action-edit | User clicks "revise" button to accept tone check
| editCheck-tone | action-dismiss | User clicks "decline" button to reject tone check
| editCheck-tone | check-shown-[moment]| Indicates whether the check was shown pre-save or mid-edit. An event will be sent for every tone check shown.
| editCheckDialog | window-open-from-check-[moment]| Indicates when the sidebar to present edit checks was shown
=== Progress
**Next steps**
- [x] Megan to finish populating requirements
- [x] David to confirm instrumentation is implemented
- [ ] Esther to QA
- [ ] Megan to QA
=== Done
- [ ] Editing QA verifies `===Requirements` are being logged client-side
- [ ] @Mneisler verifies `===Requirements` are being logged server-side