How do you use Sentry?
Sentry Saas (sentry.io)
Version
latest
Steps to Reproduce
Make a virtual env. Do NOT install openai-agents.
from sentry_sdk.integrations.openai_agents import OpenAIAgentsIntegration
import sentry_sdk
sentry_sdk.init(disabled_integrations=[OpenAIAgentsIntegration()])
See #5129 (comment)
Might be this is also fixed by #5132: verify if it can be repro'd on master first.