зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1418191 - not send the CTA telemetry event ping when instant complete;r=Fischer
MozReview-Commit-ID: 9KJazfZqviT --HG-- extra : rebase_source : cd50d2889f4a18a6ae20170433851a243b484ee9
This commit is contained in:
Родитель
f644048665
Коммит
c14fee40ff
|
@ -820,12 +820,6 @@ class Onboarding {
|
|||
// Some tours should complete instantly upon showing.
|
||||
if (tab.getAttribute("data-instant-complete")) {
|
||||
this.setToursCompleted([tourId]);
|
||||
// Also track auto-completed tour so we can filter data with the same event.
|
||||
telemetry({
|
||||
event: "overlay-cta-click",
|
||||
tour_id: tourId,
|
||||
session_key: this._session_key,
|
||||
});
|
||||
}
|
||||
} else {
|
||||
tab.classList.remove("onboarding-active");
|
||||
|
|
Загрузка…
Ссылка в новой задаче