-
Notifications
You must be signed in to change notification settings - Fork 32
🎨 Improve Exception Context to diagnose Invalid Invitations links #7727
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
|
@mergify queue |
🟠 Waiting for conditions to match
|
odeimaiz
left a comment
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.
Thanks 👍
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7727 +/- ##
==========================================
- Coverage 87.37% 87.17% -0.20%
==========================================
Files 1838 1430 -408
Lines 71155 59550 -11605
Branches 1201 604 -597
==========================================
- Hits 62170 51912 -10258
+ Misses 8655 7450 -1205
+ Partials 330 188 -142
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
services/web/server/src/simcore_service_webserver/invitations/_service.py
Show resolved
Hide resolved
|



What do these changes do?
This PR adds more contextual information to exceptions related to invalid invitations. The goal is to enhance logging output, making it easier to diagnose the root cause of such issues directly from the logs, without needing to inspect the codebase. Initial log review below revealed insufficient details, prompting this improvement.

Related issue/s
How to test
None
Dev-ops
NOne