Frezyx / talker

☎️ Advanced error handler and logger for dart and flutter apps
https://pub.dev/packages/talker
MIT License
478 stars 57 forks source link

fix(riverpod_logger): duplicated state logs fixes #241 #244

Closed ArinFaraj closed 1 month ago

ArinFaraj commented 2 months ago

Fix duplicate state logs for the riverpod logger The state was included in message while also being logged in the generateTextMessage. Since the generateTextMessage always logs the message, we should remove the state from the message

codecov-commenter commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (b567144) to head (08b9a92).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #244 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 3 3 Lines 99 91 -8 ========================================= - Hits 99 91 -8 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

vedangdate commented 1 month ago

I would love this to get merged