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 bb44b3d commit ce9e15eCopy full SHA for ce9e15e
src/a2a/utils/telemetry.py
@@ -163,10 +163,6 @@ async def async_wrapper(*args, **kwargs) -> any:
163
except Exception as e:
164
exception = e
165
span.record_exception(e)
166
- formatted_traceback = ''.join(
167
- traceback.format_exception(type(e), e, e.__traceback__)
168
- )
169
- print(formatted_traceback)
170
span.set_status(StatusCode.ERROR, description=str(e))
171
raise
172
finally:
0 commit comments