Skip to content

Commit 6287ce2

Browse files
.
1 parent 93d8d7d commit 6287ce2

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

tests/integrations/langgraph/test_langgraph.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2071,6 +2071,7 @@ def test_langgraph_message_truncation(sentry_init, capture_events):
20712071
integrations=[LanggraphIntegration(include_prompts=True)],
20722072
traces_sample_rate=1.0,
20732073
send_default_pii=True,
2074+
stream_gen_ai_spans=False,
20742075
)
20752076
events = capture_events()
20762077

tests/integrations/litellm/test_litellm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2539,6 +2539,7 @@ def test_litellm_message_truncation(sentry_init, capture_events):
25392539
disabled_integrations=[StdlibIntegration],
25402540
traces_sample_rate=1.0,
25412541
send_default_pii=True,
2542+
stream_gen_ai_spans=False,
25422543
)
25432544
events = capture_events()
25442545

0 commit comments

Comments
 (0)