chore(openai-agents): Remove transaction-based tracing - #7392
chore(openai-agents): Remove transaction-based tracing#7392alexander-alderman-webb wants to merge 4 commits into
Conversation
Codecov Results 📊✅ 72327 passed | ❌ 45 failed | ⏭️ 3417 skipped | Total: 75789 | Pass Rate: 95.43% | Execution Time: 225m 24s ❌ Failed Tests
|
| File | Patch % | Lines |
|---|---|---|
| sentry_sdk/integrations/openai_agents/patches/agent_run.py | 100.00% | |
| sentry_sdk/integrations/openai_agents/spans/handoff.py | 75.00% | |
| sentry_sdk/integrations/openai_agents/utils.py | 87.50% | |
| sentry_sdk/integrations/openai_agents/patches/error_tracing.py | 100.00% | |
| sentry_sdk/integrations/openai_agents/patches/runner.py | 100.00% |
Generated by Codecov Action
Description
Remove branches for the static trace lifecycle.
Also remove manual tracing API calls in tests, as the outer transaction is no longer needed.
Issues
Closes #7103
Reminders
uv run ruff.feat:,fix:,ref:,meta:)