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 exception info missing #210

Closed heiha100 closed 5 months ago

heiha100 commented 5 months ago

Thanks a lot for contributing!

Console logs missing exception info when using talker.error('Message', exception, stackTrace). Associated issue: https://github.com/Frezyx/talker/issues/205

codecov-commenter commented 5 months ago

Codecov Report

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

Project coverage is 99.53%. Comparing base (450129e) to head (0cafff0). Report is 7 commits behind head on master.

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #210 +/- ## ========================================== - Coverage 99.67% 99.53% -0.15% ========================================== Files 14 11 -3 Lines 305 213 -92 ========================================== - Hits 304 212 -92 Misses 1 1 ```

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

Frezyx commented 5 months ago

Hello @heiha100 ! Thanks you for this contribution ❤️