Bug 1853168 - Record an event when the Show More URL is clicked r=jhirsch

Differential Revision: https://phabricator.services.mozilla.com/D188257
This commit is contained in:
Perry McManis 2023-09-14 14:46:44 +00:00
parent f0e9b8c938
commit 5a60c2b482

View File

@ -372,6 +372,9 @@ export class ShoppingSidebarChild extends RemotePageChild {
case "surfaceReactivatedButtonClicked":
Glean.shopping.surfaceReactivatedButtonClicked.record();
break;
case "surfaceReviewQualityExplainerURLClicked":
Glean.shopping.surfaceShowQualityExplainerUrlClicked.record();
break;
}
}
}