Skip to content

Commit e8a669e

Browse files
committed
fix: CI error
1 parent f5960de commit e8a669e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • sentry_sdk/integrations/openai_agents/patches

sentry_sdk/integrations/openai_agents/patches/runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def wrapper(*args: "Any", **kwargs: "Any") -> "Any":
107107
# If run_streamed itself fails (not the background task), clean up immediately
108108
workflow_span.__exit__(*sys.exc_info())
109109
_capture_exception(exc)
110-
raise exc from None
110+
raise
111111

112112
def _close_workflow_span() -> None:
113113
if hasattr(agent, "_sentry_workflow_span"):

0 commit comments

Comments
 (0)