Skip to content

Commit c31472c

Browse files
docs
1 parent 1f94674 commit c31472c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sentry_sdk/integrations/litellm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def _success_callback(
232232
finally:
233233
is_streaming = kwargs.get("stream")
234234
# Callback is fired multiple times when streaming a response.
235-
# Flag checked at https://github.com/BerriAI/litellm/blob/33c3f13443eaf990ac8c6e3da78bddbc2b7d0e7a/litellm/litellm_core_utils/litellm_logging.py#L1603
235+
# Streaming flag checked at https://github.com/BerriAI/litellm/blob/33c3f13443eaf990ac8c6e3da78bddbc2b7d0e7a/litellm/litellm_core_utils/litellm_logging.py#L1603
236236
if is_streaming is not True or "complete_streaming_response" in kwargs:
237237
span.__exit__(None, None, None)
238238

0 commit comments

Comments
 (0)