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:
Micah Tigley
2025-04-01 00:05:18 +00:00
parent 84dbc93438
commit 4284bf2ce2
3 changed files with 41 additions and 4 deletions

View File

@@ -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;
}
}