Skip to content

Commit 5889ad9

Browse files
update tracing
1 parent 9b4ad4b commit 5889ad9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sentry_sdk/tracing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1042,7 +1042,7 @@ def finish(
10421042

10431043
finished_spans = []
10441044
has_gen_ai_span = False
1045-
if client.options["_experiments"].get("stream_gen_ai_spans", False):
1045+
if client.options.get("stream_gen_ai_spans", False):
10461046
for span in self._span_recorder.spans:
10471047
if span.timestamp is None:
10481048
continue

0 commit comments

Comments
 (0)