We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c550f48 commit 390be5fCopy full SHA for 390be5f
src/a2a/utils/telemetry.py
@@ -170,9 +170,9 @@ async def async_wrapper(*args, **kwargs) -> Any:
170
raise
171
# asyncio.CancelledError extends from BaseException
172
except asyncio.CancelledError as ce:
173
+ exception = ce
174
logger.debug(f'CancelledError in span {actual_span_name}')
175
span.record_exception(ce)
- span.set_status(StatusCode.ERROR, description=str(ce))
176
177
finally:
178
if attribute_extractor:
0 commit comments