-
Notifications
You must be signed in to change notification settings - Fork 28
🐛web-api: Fixes missing supportID
on default 5XX
responses
#7414
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
🐛web-api: Fixes missing supportID
on default 5XX
responses
#7414
Conversation
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.
👍
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7414 +/- ##
==========================================
- Coverage 87.36% 87.16% -0.21%
==========================================
Files 1712 1343 -369
Lines 66513 56103 -10410
Branches 1131 584 -547
==========================================
- Hits 58112 48901 -9211
+ Misses 8079 7015 -1064
+ Partials 322 187 -135
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
What do these changes do?
Fixes missing
supportID
on default5XX
responses from the web-api:Related issue/s
How to test
Dev-ops
None