-
Notifications
You must be signed in to change notification settings - Fork 134
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
How to get full error? #150
Comments
Also, other errors are coming through like this:
I'm assuming that I must have something configured wrongly to be seeing "%s.%s" instead of the full error. Any pointers would be appreciated. |
Actually it leaves the message behind in index.js file and only string of calls visible |
I have the same problem (the %s.%s) @Hook-Da 's answer seems to point at the right spot but that code changed in 2.10.10. My problem persists. |
Hello,
This looks like a great tool, thanks for creating it.
I'm trying to show the error line as well as the stack details. I'm probably missing something.
For example the error in the terminal shows:
however the error being received by react-native-exception-handler just shows:
If anyone can give some pointers about what I am doing wrong and how I can get the "ReferenceError: Can't find variable: profilePic" part too please can you let me know.
This is how I am using it:
And the method logError is saving the error to the database.
Thanks a lot.
The text was updated successfully, but these errors were encountered: