Skip to content

Commit fcdba78

Browse files
committed
remove wrapped dunder field
1 parent 6966b82 commit fcdba78

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sentry_sdk/integrations/langgraph.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@ async def new_ainvoke(self, *args, **kwargs):
224224
_set_response_attributes(span, input_messages, result, integration)
225225
return result
226226

227-
new_ainvoke.__wrapped__ = True
228227
return new_ainvoke
229228

230229

0 commit comments

Comments
 (0)