Skip to content

Commit 4e3e2d0

Browse files
remove remaining experimental option references
1 parent ef843a0 commit 4e3e2d0

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

tests/tracing/test_decorator.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ async def _some_function_traced(a, b, c):
124124
def test_span_templates_ai_dicts(sentry_init, capture_items):
125125
sentry_init(
126126
traces_sample_rate=1.0,
127-
_experiments={"gen_ai_as_v2_spans": True},
128127
)
129128
items = capture_items("span")
130129

@@ -246,7 +245,6 @@ def my_agent():
246245
def test_span_templates_ai_objects(sentry_init, capture_items):
247246
sentry_init(
248247
traces_sample_rate=1.0,
249-
_experiments={"gen_ai_as_v2_spans": True},
250248
)
251249
items = capture_items("span")
252250

@@ -374,7 +372,6 @@ def test_span_templates_ai_pii(sentry_init, capture_items, send_default_pii):
374372
sentry_init(
375373
traces_sample_rate=1.0,
376374
send_default_pii=send_default_pii,
377-
_experiments={"gen_ai_as_v2_spans": True},
378375
)
379376
items = capture_items("span")
380377

tests/tracing/test_misc.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,6 @@ def test_conversation_id_propagates_to_span_with_gen_ai_op(
652652
"""Span with gen_ai.* op should get conversation_id."""
653653
sentry_init(
654654
traces_sample_rate=1.0,
655-
_experiments={"gen_ai_as_v2_spans": True},
656655
)
657656
items = capture_items("span")
658657

0 commit comments

Comments
 (0)