log_dispatcher 1.1.1
log_dispatcher: ^1.1.1 copied to clipboard
A package for handling and dispatching error logs from Flutter applications and server requests.
Changelog #
1.1.1 - 2024-07-27 #
- Improved error handling for high latency and connection timeout scenarios.
- Added detailed error message for bad connections or timeouts.
- Enhanced the log message format to include clearer instructions when a bad connection or timeout occurs.
- Updated README.md with new configuration options and examples.
- Fixed the issue with the clickable badge link in the README.md.
1.1.0 - 2024-07-27 #
- Added support for including device information in logs.
- Added
LogTypeenum values to control how logs are dispatched:printOnly: Print logs to the console.sendToChannelOnly: Send logs to channels only.printAndSendToChannel: Print logs to the console and send them to channels.
- Updated
LogDispatcherOptionsto include new fields for device info and log types.
1.0.0 - 2024-07-26 #
- Initial release of the log_dispatcher package.
- Added core functionalities for dispatching logs to Telegram and Discord.
- Included support for capturing Flutter errors and server errors using Dio interceptors.
- Implemented
LogDispatcherandLogDispatcherInterceptors.