File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
sentry_sdk/integrations/openai_agents/patches Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 22from functools import wraps
33
44from sentry_sdk .integrations import DidNotEnable
5- from sentry_sdk .tracing_utils import set_span_errored
65from sentry_sdk .utils import reraise
76from ..spans import (
87 invoke_agent_span ,
9- update_invoke_agent_span ,
108 end_invoke_agent_span ,
119 handoff_span ,
1210)
13- from ..utils import _capture_exception , _record_exception_on_span
11+ from ..utils import _record_exception_on_span
1412
1513from typing import TYPE_CHECKING
1614
Original file line number Diff line number Diff line change 11from functools import wraps
22
33import sentry_sdk
4- from sentry_sdk .consts import SPANSTATUS
54from sentry_sdk .tracing_utils import set_span_errored
65from ..utils import _record_exception_on_span
76
87from typing import TYPE_CHECKING
98
109if TYPE_CHECKING :
11- from typing import Any , Callable , Optional
10+ from typing import Any
1211
1312
1413def _patch_error_tracing ():
You can’t perform that action at this time.
0 commit comments