-
Notifications
You must be signed in to change notification settings - Fork 626
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
NonRecordingSpan causes errors in wsgi #956
Labels
bug
Something isn't working
Comments
codeboten
pushed a commit
to codeboten/opentelemetry-python-contrib
that referenced
this issue
Mar 10, 2022
There was a bug caused by accessing `.kind` on a NonRecordingSpan. Added a test to validate the fix. Fix open-telemetry#956
codeboten
pushed a commit
to codeboten/opentelemetry-python-contrib
that referenced
this issue
Mar 10, 2022
There was a bug caused by accessing `.kind` on a NonRecordingSpan. Added a test to validate the fix. Fix open-telemetry#956
36 tasks
ocelotl
pushed a commit
that referenced
this issue
Mar 10, 2022
* [instrumentation/wsgi] fix NonRecordingSpan bug There was a bug caused by accessing `.kind` on a NonRecordingSpan. Added a test to validate the fix. Fix #956 * fix lint * use is_recording * fix lint * fix lint * fix lint
7 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following error arises from the
tracecontext
integration tests in the core repo:It appears the problem came from this change: 2f5bbc4
The text was updated successfully, but these errors were encountered: