I have JS exception logging so I can see all the JS exceptions that are being thrown on my clients.
Very often I come across these:
Script error
http://connect.facebook.net/nl_NL/all.js:0
or just Script Error on line 0
(most likely also triggered by FB)
Anyway, my exception logs are cluttered by these exceptions, so I'm wondering:
- Is there anything that I can do to prevent these specific errors?
- Do the end users have active problems when these errors occur, or is this an uncritical script error on Facebooks part?
- Is it wise to set them to ignore in my exception logger?
The errors seem to come and go pretty random, without me taking any action, but still it feels freaky to start ignoring these exceptions.