This task represents the work involved with making it so the `VisualEditorFeatureUse`, `EditAttemptStep`, `MobileWebUIActions`, `DesktopWebUIActions`, and Talk_Page_Edit schemas sample events at the same rates, using the same method.
This is needed in order to complete the analysis planned in T298062.
//Related: T309260.//
=== Requirements
- Sampling is turned on in the `MobileWebUIActions` and `DesktopWebUI` schemas at the Wikipedias that will be participating in the upcoming mobile DiscussionTools A/B test (T314950) that is happening in T298062: az.wiki, de.wiki, es.wiki, fa.wiki, hi.wiki, id.wiki, it.wiki, nl.wiki, pl.wiki, pt.wiki, ro.wiki, ru.wiki, th.wiki, tr.wiki, and uk.wiki.
- `EditingAttemptStep` schema's sampling rate is adjusted such that it matches the `MobileWebUIActions` and `DesktopWebUI` schemas' current sampling rates:
```'wgWMEDesktopWebUIActionsTracking' => [
'default' => 0,
'desktop-improvements' => 0.2, // T258058
'officewiki' => 0,
'testwiki' => 1, // T256992
],
'wgWMEMobileWebUIActionsTracking' => [
'default' => 0.1, // T220016
'enwiki' => 0.01, // T295432
],```
=== Done
- [ ] `===Requirements` are implemented
- [ ] Once all patches to resolve this task are merged, @MNeisler to verify sampling rates are synchronized and instrumentation is working as expected