Skip to content

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

Closed
swaroopa94 opened this issue Sep 16, 2016 · 9 comments

Comments

@swaroopa94
Copy link

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:
img_0425 1

But when i go to the https://sentry.io to check my error it is showing error like following screenshot:
screen shot 2016-09-16 at 11 16 04 am

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.

@benvinegar
Copy link
Contributor

@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.

@swaroopa94
Copy link
Author

Yes i did that but displaying the errors which is also not relevant.
screen shot 2016-09-16 at 11 37 32 am

@benvinegar
Copy link
Contributor

benvinegar commented Sep 16, 2016

What is /sentry/scripts/views.js?

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.

@swaroopa94
Copy link
Author

i too don't know where is that file is can you tell me where it is located ?

@benvinegar
Copy link
Contributor

@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.

@swaroopa94
Copy link
Author

ya how can i delete that one?
And I have to write the following method in every page of my appllication to get the crash report?
Crashlytics.recordError({
code: "123",
message: "it broke again",
});

@benvinegar
Copy link
Contributor

@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.

@dherault
Copy link

I'm having this error as well, does not look like a duplicate of #755...

@dherault
Copy link

To fix it, I simply restarted my create-react-app server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants