PHP VisualEditorFeatureUse logging: properly record session id

EditAttemptStep and VisualEditorFeatureUse have this one very annoying
inconsistency.

Bug: T281409
Depends-On: I96e07e10943d330efcf47e0a2989ea3b73bae428
Change-Id: I3bddd3096625466fc5b6c88b64a570a389b87a05
This commit is contained in:
David Lynch 2021-05-12 11:45:38 -05:00 committed by Jforrester
parent 0794102e70
commit 385903a3f0

View file

@ -114,7 +114,7 @@ class WikiEditorHooks {
$data = [
'feature' => $feature,
'action' => $action,
'editing_session_id' => $sessionId,
'editingSessionId' => $sessionId,
'platform' => 'desktop', // FIXME T249944
'integration' => 'page',
'editor_interface' => 'wikitext',