We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ac067f commit 0f23426Copy full SHA for 0f23426
1 file changed
sentry_sdk/integrations/anthropic.py
@@ -602,7 +602,7 @@ def _set_output_data(
602
603
def _sentry_patched_create_sync(f: "Any", *args: "Any", **kwargs: "Any") -> "Any":
604
"""
605
- Creates an AI Client Span for both non-streaming and streaming calls.
+ Creates and manages an AI Client Span for both non-streaming and streaming calls.
606
607
integration = kwargs.pop("integration")
608
if integration is None:
@@ -690,7 +690,7 @@ async def _sentry_patched_create_async(
690
f: "Any", *args: "Any", **kwargs: "Any"
691
) -> "Any":
692
693
694
695
696
0 commit comments