-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Javascript error: Script error. on line 0" #223
Comments
@skovhus What is the exact error message being sent? Is it a different case or something? |
@mattrobenolt so I cannot reproduce the error, but as you see some users with different browsers get this error. The message shown in Sentry is |
@mattrobenolt But I guess I can get the message from our nginx if you want it. But shouldn't it be the same as reported by Sentry? |
Yeah, that's good enough. Are all those other browser being reported as this exact literal string? Or do you see other variants? If so, I'll add this one to the list. |
I see these variations: |
lol |
For once, the feedback from IE seems sane... : ) |
Closed with #224 |
* Disable client instantiation in errorHandler * Use captureException the new way * Move middleware to live on Raven prototype
Includes the following fixes: - fix: Catch calls to iframe content document ([#222](getsentry/rrweb#222)) - fix(snapshot): Fix CSS expansion of add CSS property ([#223](getsentry/rrweb#223))
Includes the following fixes: - fix: Catch calls to iframe content document ([#222](getsentry/rrweb#222)) - fix(snapshot): Fix CSS expansion of add CSS property ([#223](getsentry/rrweb#223))
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
. OurwhitelistUrls
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
The text was updated successfully, but these errors were encountered: