Skip to content

OpenAIAgentsIntegration complains if added to disabled_integrations #5133

@sentrivana

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions