Page MenuHomePhabricator

BUG [Android] Missing action = `abort` events in event.editattempstep
Open, HighPublic

Description

Action data in event.editattempstep is not tracking any abort events where user quits editing (see slides 9,10, 18, 19 in deck). We will need these events for comparison to abort event rate in Visual editor.

This was instrumented in iOS, not in Android.

Event Timeline

HI @SNowick_WMF

It looks like the Android app wired the instrumentation differently, do we want to send abort or saveAbort?

The Android app has init, saveIntent, saveSuccess, saveFailure

For slides 18 and 19, the app already sends saveFailure to editattemptstep; do we still want to send another abort event for article and description edits?