From comment in T238945: Newcomer tasks: log error details:
An example can be found in ext.growthExperiments.Homepage.Mobile.js
api.getExtraDataFromPcs( taskPreviewData ).then( function ( task ) { ... }, function ( jqXHR, textStatus, errorThrown ) { // Error loading the task if ( shouldLog ) { homepageModuleLogger.log( 'suggested-edits', 'mobile-summary', 'se-task-pseudo-impression', { type: 'error', errorMessage: textStatus + ' ' + errorThrown } ); } } );
What's the goal of tracking se-task-pseudo-impression as analytics data? Could we completely remove this kind of event form the analytics schema?