mozilla / testpilot-metrics

Metrics broker library for Test Pilot experiments. Pings Google Analytics and Mozilla metrics servers
Mozilla Public License 2.0
3 stars 7 forks source link

Stop using sendBeacon #33

Open jaredhirsch opened 7 years ago

jaredhirsch commented 7 years ago

As we discovered in https://github.com/mozilla/testpilot/issues/2231, sendBeacon can be preffed off, in which case it's unavailable until it's preffed on and the browser is restarted.

It's better to just use fetch instead. Similar easy-to-use API, but no chance it'll mysteriously be gone.