Skip to content
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

[instrumentation/wsgi] fix NonRecordingSpan bug #957

Merged

Conversation

codeboten
Copy link
Contributor

There was a bug caused by accessing .kind on a NonRecordingSpan. Added a test to validate the fix.

Fix #956

@codeboten codeboten requested a review from a team March 10, 2022 17:01
@ocelotl ocelotl added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Mar 10, 2022
Alex Boten added 5 commits March 10, 2022 09:31
There was a bug caused by accessing `.kind` on a NonRecordingSpan. Added a test to validate the fix.

Fix open-telemetry#956
@codeboten codeboten force-pushed the codeboten/fix-non-recording-bug branch from f011948 to 8ef96f6 Compare March 10, 2022 17:32
@ocelotl ocelotl merged commit fcba751 into open-telemetry:main Mar 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NonRecordingSpan causes errors in wsgi
3 participants