Frezyx / talker

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

Fix Exception and StackTrace is ignored for logs #199

Closed qwadrox closed 7 months ago

qwadrox commented 8 months ago

Fixes: https://github.com/Frezyx/talker/issues/198 https://github.com/Frezyx/talker/issues/183 https://github.com/Frezyx/talker/issues/122

codecov-commenter commented 8 months ago

Codecov Report

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

Project coverage is 99.67%. Comparing base (00a71a5) to head (450129e).

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #199 +/- ## ========================================== - Coverage 99.78% 99.67% -0.12% ========================================== Files 25 14 -11 Lines 467 305 -162 ========================================== - Hits 466 304 -162 Misses 1 1 ```

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

qwadrox commented 8 months ago

Should i include the Exception object as well? https://github.com/Frezyx/talker/pull/130/files

qwadrox commented 7 months ago

@Frezyx can you take a look? :)

Frezyx commented 7 months ago

Hello @qwadrox 👋 Sorry for long time waiting. I was unable to check your changes.

Great PR! Thank you for contributing ❤️