-
Notifications
You must be signed in to change notification settings - Fork 120
Reporting unhandled errors not working on non-debug env. #47
Comments
Issue found. Without passing control to default error handler, I see error notification in Bugsnag Dashboard. |
Thanks for the detailed report, @Andreyco. This is potentially related to bugsnag/bugsnag-android#136, though I think your possible solution is correct, and the uncaught handler should wait for |
This changeset adds support for static clearUser method and fix for asynchronous fatal reports not being sent (#47)
* Bump bugsnag-android version This changeset adds support for static clearUser method and fix for asynchronous fatal reports not being sent (#47)
TY! |
Hmm, I still have this issue even though I updated to |
@vikeri The root cause might be same as bugsnag/bugsnag-android#138 (regression in bugsnag/bugsnag-android#137 ) ? For which the corresponding code change in this repo could be 91db633 and the bump from 3.7.0 to 3.7.1 in #51 cc @kattrali |
@borhub Ok, is this fixed in 1.2.2? |
Symptoms:
Having staging/release (or call it production) environment...
notify
is used.All works as expected in development environment.
Possible source of this problem - default error handler.
What I understand, default error handler just shuts the app down - there is no time for Bugsnag to complete notification request.
Possible solution (maybe?)
Notes:
The text was updated successfully, but these errors were encountered: