fippo / rtcstats

MIT License
128 stars 41 forks source link

rtcstats: call err.toString() #56

Closed fippo closed 7 years ago

fippo commented 7 years ago

it seems that the errors are now DOMExceptions which get serialized to {} by JSON.stringify which in turn gets interpreted as empty string by redshift. So SLD/SRD errors were hidden for modern browsers.