We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5df87e0 commit 6966b82Copy full SHA for 6966b82
sentry_sdk/integrations/langgraph.py
@@ -102,6 +102,7 @@ def _wrap_state_graph_compile(f):
102
# type: (Callable[..., Any]) -> Callable[..., Any]
103
@wraps(f)
104
def new_compile(self, *args, **kwargs):
105
+ # type: (Any, Any, Any) -> Any
106
integration = sentry_sdk.get_client().get_integration(LanggraphIntegration)
107
108
compiled_graph = f(self, *args, **kwargs)
0 commit comments