sentry-python
sentry-python copied to clipboard
`OpenAIAgentsIntegration` complains if added to `disabled_integrations`
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 https://github.com/getsentry/sentry-python/issues/5129#issuecomment-3562882998
Might be this is also fixed by https://github.com/getsentry/sentry-python/pull/5132: verify if it can be repro'd on master first.