Instabug-Flutter
Instabug-Flutter copied to clipboard
Smart error analyzer
Description of the change
added a new feature that :-
- Classifies the error type — is it network-related? Database? UI? Security?
- Determines severity level — Low, Medium, High, or Critical
- Suggests specific solutions based on the error pattern user can try instead of sending bug report immediately to the developer dash board
- Estimates fix time based on error complexity
Type of change
- [ ] Bug fix (non-breaking change that fixes an issue)
- [x] New feature (non-breaking change that adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
Related issues
Issue links go here
Checklists
Development
- [ ] Lint rules pass locally
- [x] The code changed/added as part of this pull request has been covered with tests
Code review
- [x] This pull request has a descriptive title and information useful to a reviewer
- [ ] Issue from task tracker has a link to this pull request