Bug 1956952 - Add a probe for when CPM is enabled in sidebar customization panel. r=rsafaeian,sidebar-reviewers,kcochrane
Differential Revision: https://phabricator.services.mozilla.com/D243389
This commit is contained in:
@@ -153,6 +153,11 @@ export class SidebarCustomize extends SidebarPage {
|
||||
checked: e.target.checked,
|
||||
});
|
||||
break;
|
||||
case "viewCPMSidebar":
|
||||
Glean.contextualManager.sidebarCustomizeEnabled.record({
|
||||
checked: e.target.checked,
|
||||
});
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user