-
-
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
TraceKit.computeStackTrace
evaluates error to {}
#313
Comments
Should I instead file this ticket in the Tracekit repo? I realized that it's actually a standalone dependency moments after submitting. |
Moved issue to TraceKit: occ/TraceKit#68 |
@Myztiq We maintain our own fork, and TraceKit upstream is unmaintained. |
@mattrobenolt, @Myztiq, I'm helping maintain TraceKit upstream.. If you want to recreate all the issues / pull requests in the master I'll participate in the discussion and merge them in! |
I'm going to assume this has been fixed since we've pulled in latest TraceKit recently. |
If it's not let me know |
I have created a reproduction hosted here: http://raven-undefined.divshot.io/
With source here: https://github.com/Myztiq/raven-undefined
A request to an invalid file triggers an error with the message
Unexpected token <
and whenTraceKit.computeStackTrace
is done it results in{}
being spat out. This results in sentry getting errors withundefined
as the value and message.The text was updated successfully, but these errors were encountered: