Merge "trackSubscriber: don't track activity here on mobile"

This commit is contained in:
jenkins-bot 2019-01-31 22:00:44 +00:00 committed by Gerrit Code Review
commit bdf06a6dd1

View file

@ -204,6 +204,11 @@
return;
}
if ( ve.init.target.constructor.static.platformType === 'phone' ) {
// handled in MobileFrontend for session-identification reasons
return;
}
event = {
feature: feature,
action: data.action,