Skip to content

OpenAIAgentsIntegration complains if added to disabled_integrations #5133

Description

@sentrivana

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions