Bug 1835125 - Check for missing components instead of providerInfo - r=scunnane

Differential Revision: https://phabricator.services.mozilla.com/D179125
This commit is contained in:
James Teow 2023-05-26 05:46:01 +00:00
parent ed58e665fe
commit 26e159243e

View File

@ -915,7 +915,7 @@ export class SearchSERPTelemetryChild extends JSWindowActorChild {
if (
lazy.serpEventsEnabled &&
providerInfo?.components.length &&
providerInfo.components?.length &&
(eventType == "load" || eventType == "pageshow")
) {
searchAdImpression.pageUrl = new URL(url);