-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
TypeError Object [object Object] has no method 'updateFrom' : which is not the exact error #730
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
@swaroopa94 – Sentry collapses library frames by default (e.g. those from React). Click the "Full" button at the top right of the stack trace, and you should see the other frames that appear in your screenshot. |
What is If you're a Sentry.io customer, it's probably easiest for you to email support so that we can look at your account and see what's going on. |
i too don't know where is that file is can you tell me where it is located ? |
@swaroopa94 – it has come to my attention that this is a sample event we put into every account so you can just see what an event looks like without having to send us data. You can delete it safely. |
ya how can i delete that one? |
@swaroopa94 – from the list of issues, click the checkbox next to it, then click "Delete" above. You not seeing the error sounds like it might be a dupe of #755 (issues not appearing on devices), so I'm going to close this one. |
I'm having this error as well, does not look like a duplicate of #755... |
To fix it, I simply restarted my create-react-app server. |
Hi,
I am using your module to record my error/crash reports.

I am using the react native and i imported the module in my index.ios.js file.
When i rum my application i got the error like the following screenshot:
But when i go to the https://sentry.io to check my error it is showing error like following screenshot:

which is not related to my error and i did not even understood.
Please tell me how to solve this to get the correct error.
I am using React-native version: 0.25.1
raven-js : 3.7.0
Please reply as soon as possible.
Thank you.
The text was updated successfully, but these errors were encountered: