Description
First, thanks for a great library!
I'm wondering about an event we are getting with the message Javascript error: Script error. on line 0
. Our whitelistUrls
is only including our own js files.
Currently I see these events coming from different browsers:
30 Firefox 30.0
30 Chrome 35.0.1916.153
8 Safari 6.1.4
6 Safari 6.0
3 Safari 7.0.4
2 ChromeiOS 35.0.1916.41
2 Chrome 35.0.1916.114
2 Safari 7.0.3
1 Chrome 34.0.1847.131
1 Chrome 33.0.1750.154
In the source code Raven.js already set up filters for Script error
https://github.com/getsentry/raven-js/blob/master/src/raven.js#L66
But should Javascript error: Script error. on line 0
also be added by default?
I guess the event I'm seeing is related "script being pulled in from an external domain and CORS" as described in http://blog.errorception.com/2012/04/script-error-on-line-0.html