-
Notifications
You must be signed in to change notification settings - Fork 649
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
Set span status on wsgi errors #864
Conversation
Signed-off-by: Abhilash Gnan <abhilashgnan@gmail.com>
Signed-off-by: Abhilash Gnan <abhilashgnan@gmail.com>
Signed-off-by: Abhilash Gnan <abhilashgnan@gmail.com>
Sorry about closing, wanted to make sure CLAs are checked. |
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
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 for the contribution @jan25! If you could update the CHANGELOG in /ext/opentelemetry-ext-wsgi, I'll be happy to approve and merge after
@codeboten thanks for the review! Is there a tool/command to add CHANGELOG entry? Also, maybe a good idea to mention about this in CONTRIBUTING.md? |
Signed-off-by: Abhilash Gnan <abhilashgnan@gmail.com>
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.
LGTM, thanks for the changelog update!
Set
INTERNAL
error span status for unhandled uwsgi exceptions before calling span.end().Fixes #846