-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
react-native plugin cannot parse stacktrace #825
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
Comments
From the looks of it, this is a parsing error in the TraceKit lib.
|
@harshil07 – how was this stack trace dumped? Was it dumped from JavaScript? |
@benvinegar i added a |
@harshil07 I think it's relative to this one #731 |
ah yes @khanghoang i didn't see that one earlier. I will close this in favor of that issue. Looks like someone is working on a PR for that issue. |
The stacktrace being sent to sentry has just
[native code]
in there.Using an android device.
I throw an error in my code
throw new Error('test');
and right before being sent to
Raven
library the exception looks like this on console.log.{ [Error: test] line: 1042, column: 2539, sourceURL: 'index.android.bundle' }
On console.log right after
TraceKit.computeStackTrace
i see the following:The text was updated successfully, but these errors were encountered: