We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53bf159 commit 28e46e9Copy full SHA for 28e46e9
1 file changed
sentry_sdk/integrations/anthropic.py
@@ -18,6 +18,7 @@
18
from sentry_sdk.integrations import DidNotEnable, Integration, _check_minimum_version
19
from sentry_sdk.scope import should_send_default_pii
20
from sentry_sdk.traces import StreamedSpan
21
+from sentry_sdk.tracing import Span
22
from sentry_sdk.tracing_utils import (
23
has_span_streaming_enabled,
24
should_truncate_gen_ai_input,
@@ -83,7 +84,6 @@
83
84
)
85
86
from sentry_sdk._types import TextPart
- from sentry_sdk.tracing import Span
87
88
89
class _RecordedUsage:
0 commit comments