We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cea080b commit bc982edCopy full SHA for bc982ed
1 file changed
sentry_sdk/integrations/openai_agents/spans/invoke_agent.py
@@ -84,3 +84,4 @@ def update_invoke_agent_span(context, agent, output):
84
)
85
86
span.__exit__(None, None, None)
87
+ delattr(context, "_sentry_agent_span")
0 commit comments