You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. The app doesn't send a crash event from client when it's real crash (not the throw new Error one). It does send errors triggered manually (by throw new Error). Tested on iOS simulator in development mode.
Steps to reproduce:
create some faulty code in the app, but able to build, like someObject.nonExistingField.nonExistingField
Actual result:
I have an error and red screen on Simulator "TypeError: undefined is not an object (evaluating someObject.nonExistingField.nonExistingField) but there's no error reported to Sentry.
Expected result:
error is reported to Sentry and I can see it on the dashboard
The text was updated successfully, but these errors were encountered:
I am closing all old issues, please if this is still a problem feel free to revive it.
Also, consider moving to our new SDK @sentry/react-native if it still happens there please open a new issue.
OS:
Platform:
Output of
node -v && npm -v && npm ls --prod --depth=0
Config:
Hello. The app doesn't send a crash event from client when it's real crash (not the
throw new Error
one). It does send errors triggered manually (by throw new Error). Tested on iOS simulator in development mode.Steps to reproduce:
Actual result:
Expected result:
The text was updated successfully, but these errors were encountered: