We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1f6f8d commit d7483faCopy full SHA for d7483fa
1 file changed
sentry_sdk/integrations/pydantic_ai/utils.py
@@ -41,14 +41,6 @@ def get_current_agent() -> "Any":
41
return None
42
43
44
-def get_is_streaming() -> bool:
45
- """Get the streaming flag from the contextvar stack."""
46
- stack = _agent_context_stack.get()
47
- if stack:
48
- return stack[-1].get("is_streaming", False)
49
- return False
50
-
51
52
def _should_send_prompts() -> bool:
53
"""
54
Check if prompts should be sent to Sentry.
0 commit comments