зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1835125
- Check for missing components instead of providerInfo - r=scunnane
Differential Revision: https://phabricator.services.mozilla.com/D179125
This commit is contained in:
Родитель
ed58e665fe
Коммит
26e159243e
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче