Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ebracho committed Jul 2, 2024
1 parent 41e5fff commit 8acfdce
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,8 @@ def process_request(self, request):
span, request
)
except Exception: # pylint: disable=broad-exception-caught
# process_response() will not be called, so we need to clean up
# Raising an exception here would leak the request span since process_response
# would not be called. Log the exception instead.
_logger.exception("Exception raised by request_hook")

# pylint: disable=unused-argument
Expand Down

0 comments on commit 8acfdce

Please sign in to comment.