Skip to content

Replace calls to mw.track with sendBeacon

Jdrewniak requested to merge T373584-sendbeacon into main

mw.track proved a little unreliable in testing. navigator.sendBeacon seems to emit the analytics events more reliably.

Bug: T373584

Closes T373584

Merge request reports