-
Notifications
You must be signed in to change notification settings - Fork 28
✨ Maintenance: Improves troubleshooting dump message used to log 5XX errors #7473
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7473 +/- ##
==========================================
- Coverage 87.43% 87.09% -0.35%
==========================================
Files 1737 1383 -354
Lines 67032 56943 -10089
Branches 1138 624 -514
==========================================
- Hits 58609 49594 -9015
+ Misses 8102 7152 -950
+ Partials 321 197 -124
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
…nd update logging to utilize it
b882820
to
92db8e9
Compare
@mergify queue |
☑️ Nothing to do
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
very nice!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice 👍
@mergify queue |
☑️ Nothing to do
|
|
What do these changes do?
Enhance JSON serialization with a fallback representation encoder and update logging to utilize it
This is how it logs the new formatting of troubleshooting dump:
The error message shown to the user heads the error log. then there is a json with
Related issue/s
How to test
Dev-ops
None