ieee-vgtc / vis-virtual-website

The code behind the Virtual IEEE VIS conference website.
https://virtual.ieeevis.org/
MIT License
8 stars 10 forks source link

Tracking analytics getting sporadic POST errors #91

Open dylancashman opened 3 years ago

dylancashman commented 3 years ago

This ends up stopping the JavaScript thread. Need it to degrade gracefully and hopefully fix the underlying problem as well.

Ex:

image

yelper commented 3 years ago

The error there is "ERR_BLOCKED_BY_CLIENT", it's probably a ad-block blocking script load. It shouldn't halt any JavaScript unless local code uses some global namespace from that file (unlikely).