We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f228d7e commit e6eba3eCopy full SHA for e6eba3e
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 and manages an AI Client Span for both non-streaming and streaming calls.
+ Creates an AI Client Span for both non-streaming and streaming calls.
606
607
integration = kwargs.pop("integration")
608
if integration is None:
@@ -689,7 +689,7 @@ async def _sentry_patched_create_async(
689
f: "Any", *args: "Any", **kwargs: "Any"
690
) -> "Any":
691
692
693
694
695
0 commit comments