-
Couldn't load subscription status.
- Fork 51
feat: update cr setup #598
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
base: dev
Are you sure you want to change the base?
Conversation
|
@MoKamall This PR seems to include more changes than intended. It should focus solely on adding the |
- Introduced `InstabugWidget` to wrap the root of the application, providing custom error handling for both Flutter and platform errors. - Implemented error reporting to Instabug with options for user-defined error handlers. - Ensured that any exceptions in custom handlers are logged without disrupting Instabug's reporting functionality.
- Added `nonFatalFlutterErrors` and `shouldExitOnFlutterError` properties to `InstabugWidget` for improved error management. - Updated error reporting logic to handle non-fatal crashes and conditionally exit the app on Flutter errors.
- Added `nonFatalExceptionLevel` property to `InstabugWidget` for better granularity in error reporting.
f3b9b5f to
5210877
Compare
|
@AndrewAminInstabug Please check again now. |
Description of the change
Example:
Type of change
Related issues
Checklists
Development
Code review