Skip to content

Commit

Permalink
Update instrumentation/opentelemetry-instrumentation-httpx/src/opente…
Browse files Browse the repository at this point in the history
…lemetry/instrumentation/httpx/__init__.py
  • Loading branch information
xrmx authored Oct 28, 2024
1 parent f18b869 commit f4573e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@ async def _handle_async_request_wrapper( # pylint: disable=too-many-locals
span.set_attribute(
ERROR_TYPE, type(exception).__qualname__
)
raise exception
raise exception.with_traceback(exception.__traceback__)

return response

Expand Down

0 comments on commit f4573e3

Please sign in to comment.