We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe.
wt-api | | File "/usr/local/lib/python3.11/site-packages/burr/integrations/opentelemetry.py", line 499, in on_end wt-api | | self.tracker.post_end_span( wt-api | | ^^^^^^^^^^^^^^^^^^^^^^^^^^ wt-api | | AttributeError: 'NoneType' object has no attribute 'post_end_span'
Comes up -- it appears to be non-blocking. @mdrideout investigated/figured this out. See conversation here: https://discord.com/channels/1221891403253288970/1260781251078656063/1301698093556699156.
Describe the solution you'd like We should investigate and fix.
Describe alternatives you've considered Likely not immediate (@mdrideout to confirm) but worth investigating.
The text was updated successfully, but these errors were encountered:
Confirming this still functions as intended and the workflow completes. Non-blocking exception.
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem? Please describe.
Comes up -- it appears to be non-blocking. @mdrideout investigated/figured this out. See conversation here: https://discord.com/channels/1221891403253288970/1260781251078656063/1301698093556699156.
Describe the solution you'd like
We should investigate and fix.
Describe alternatives you've considered
Likely not immediate (@mdrideout to confirm) but worth investigating.
The text was updated successfully, but these errors were encountered: