mozilla-rally / rally

A monorepo for Rally project containing Rally SDK, Rally Web Platform and Extensions.
Mozilla Public License 2.0
7 stars 6 forks source link

Extension often doesn't collect the "origin_url" for pixels #332

Closed aaga closed 2 years ago

aaga commented 2 years ago

The new extension version added pixel-capturing probes. These are supposed to also capture the webpage which the pixels are on, but that seems to not work in the majority of cases (based on looking at the data in the analysis environment).

Currently it uses details.initiator. That might need to change.

aaga commented 2 years ago

Diagnosis: only Chrome supports details.intiator. So all the Firefox requests were missing the origin URL. #345 should fix this