We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b4ad4b commit 5889ad9Copy full SHA for 5889ad9
1 file changed
sentry_sdk/tracing.py
@@ -1042,7 +1042,7 @@ def finish(
1042
1043
finished_spans = []
1044
has_gen_ai_span = False
1045
- if client.options["_experiments"].get("stream_gen_ai_spans", False):
+ if client.options.get("stream_gen_ai_spans", False):
1046
for span in self._span_recorder.spans:
1047
if span.timestamp is None:
1048
continue
0 commit comments