Skip to content

Commit 86ab957

Browse files
Merge branch 'webb/anthropic/new-patch' into webb/anthropic/new-async-patch
2 parents 553d968 + 8e4b6e8 commit 86ab957

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sentry_sdk/integrations/anthropic.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,8 @@ def _set_stream_input_data(
408408
top_p: "Optional[float]",
409409
tools: "Optional[Iterable[ToolUnionParam]]",
410410
) -> None:
411+
span.set_data(SPANDATA.GEN_AI_RESPONSE_STREAMING, True)
412+
411413
_set_common_input_data(
412414
span=span,
413415
integration=integration,

0 commit comments

Comments
 (0)