-
Notifications
You must be signed in to change notification settings - Fork 23
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
Not all crashes are getting notified in bugsnag #1297
Comments
From the ticket description / comments and simulation
Looking through the code, unsure why the above would occur. Additionally, tried introducing an error boundary (react-native-error-boundary) in Avni.js but that did not prevent the white screen issue. Moving to hold till we decide next steps. |
White error screen persists after putting try-catch around |
Broad scenarios
Test above during
Tasks to remember
|
… not being reported to user. Provide copy error option and get full stack trace in all scenarios.
…nag error. notify bugsnag along with component stack trace for rendering errors. added bugsnag notification in places where the error shown to user and has underlying unexplained error.
|
… not being reported to user. Provide copy error option and get full stack trace in all scenarios.
…nag error. notify bugsnag along with component stack trace for rendering errors. added bugsnag notification in places where the error shown to user and has underlying unexplained error.
1/2 - done |
Issue:
Several times I reproduced this white screen issue, by clicking on 'Missed calls' when it is loading with mohit@power login id. But it didn't get notified even once. The one bugsnag issue with mohit@power was already existing.
Need:
There are certain issues raised from client, for which it is difficult to reproduce the issue. To fix such issues, we only know the userId who faced the issue. Hence need these crash logs to understand the issue.
AC:
In testing one can only simulate network, server unreachable kind of situation which are already handled as regular scenario and they are not classified as error. Error is when there is a defect in the app. In QA one will not be able to introduce defects hence it cannot be tested directly as a story. The acceptance criteria here should be considered whenever error happens while testing something else.
The text was updated successfully, but these errors were encountered: