getsentry / getsentry/sentry-python

Capture exceptions in LangGraph integration

未关闭
#4,821 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
AI Insights Feature Integration: Langgraph Python
主要语言
Python
星标
2.2k
派生
669
平均合并
1 天 1 小时
30 天内合并 PR
213

描述

The current LangGraph integration does not capture errors right now. If we are hooked into a function that can raise unhandled exceptions we should capture them.

Similar to here:

[https://github.com/getsentry/sentry-python/blob/master/sentry_sdk/integrations/anthropic.py#L344-L348](https://github.com/getsentry/sentry-python/blob/master/sentry_sdk/integrations/anthropic.py#L344-L348)

Also make sure that the `span.status` in that case is set to `"error"` like it done for the other AI integrations in this PR:
getsentry/sentry-python#4820

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。