-
-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Exception and StackTrace is ignored for logs #199
Conversation
I modified the type from Exception to Object because if we wrap with an Exception we might lose the original type of the Exception Frezyx#198
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ 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 ☔ View full report in Codecov by Sentry. |
Should i include the Exception object as well? |
@Frezyx can you take a look? :) |
Hello @qwadrox 👋 Great PR! Thank you for contributing ❤️ |
Fixes:
#198
#183
#122