Instabug-Flutter
Instabug-Flutter copied to clipboard
Performance alert system
Description of the change
This Performance Health Check system works like a pre-flight checklist. Before users perform critical actions, the app automatically checks:
- Memory usage levels — warning if we're approaching dangerous thresholds
- Network connectivity status — so users know why something isn't loading
- Battery levels — preventing actions that might crash low-battery devices## 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
- [ ] The code changed/added as part of this pull request has been covered with tests
Code review
- [ ] This pull request has a descriptive title and information useful to a reviewer
- [ ] Issue from task tracker has a link to this pull request