Skip to content

Commit d1aa07c

Browse files
.
1 parent 54a9b07 commit d1aa07c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def _split_gen_ai_spans(
192192
if "spans" not in event_opt:
193193
return None
194194

195-
spans = event_opt["spans"]
195+
spans: "Any" = event_opt["spans"]
196196
if isinstance(spans, AnnotatedValue):
197197
spans = spans.value
198198

0 commit comments

Comments
 (0)