-
-
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
Misleading source of exception (raven.js) #227
Comments
I guess this is a duplicate of #200. |
Yeah, this is the same as #200, closing in favor of a solution there. |
kamilogorek
pushed a commit
that referenced
this issue
Jun 12, 2018
billyvg
added a commit
that referenced
this issue
Dec 12, 2024
Includes the following fixes: - fix: remote CSS does not get rebuilt properly ([#226](getsentry/rrweb#226)) - fix(snapshot): Set <link> attributes to null for remote CSS ([#227](getsentry/rrweb#227)) - fix(snapshot): Change to ignore all link[rel="modulepreload"] ([#228](getsentry/rrweb#228))
billyvg
added a commit
that referenced
this issue
Dec 12, 2024
Includes the following fixes: - fix: remote CSS does not get rebuilt properly ([#226](getsentry/rrweb#226)) - fix(snapshot): Set <link> attributes to null for remote CSS ([#227](getsentry/rrweb#227)) - fix(snapshot): Change to ignore all link[rel="modulepreload"] ([#228](getsentry/rrweb#228))
billyvg
added a commit
that referenced
this issue
Dec 12, 2024
Includes the following fixes: - fix: remote CSS does not get rebuilt properly ([#226](getsentry/rrweb#226)) - fix(snapshot): Set <link> attributes to null for remote CSS ([#227](getsentry/rrweb#227)) - fix(snapshot): Change to ignore all link[rel="modulepreload"] ([#228](getsentry/rrweb#228))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With any applied plugin the source of top stack frame exception is code from raven.js:
Example of stacktrace:
Which is confusing because link to this file is used as title for error in stream dashboard:
With IE8 situation is worse, because we receive only top stack frame. so for all exceptions we would have something like this stacktrace:
Which is useless.
I use raven.js ver. 1.1.15 from dist folder.
Is this bug or I just don't understand something?
Thanks!
The text was updated successfully, but these errors were encountered: