flutter_telex_error_monitor 0.0.4
flutter_telex_error_monitor: ^0.0.4 copied to clipboard
A Flutter package that automatically captures application errors and exceptions at runtime and forwards them to Telex channels for real-time monitoring and debugging.
Changelog #
0.0.2 #
New Features #
- Added Telex integration with webhook URL support
- Added custom app name configuration
- Enhanced error reporting format
- Improved stack trace analysis
- Added specialized handling for layout overflow errors
- Added custom handling for network errors
- Improved documentation
Bug Fixes #
- Fixed issues with error message formatting
- Improved error location extraction
- Fixed handling of asynchronous errors
0.0.1 #
- Initial release with basic error tracking functionality
- Flutter framework error capturing through FlutterError.onError
- Asynchronous error capturing with runZonedGuarded
- Basic FastAPI backend integration