getsentry / getsentry/sentry-python

Capture exceptions in LangGraph integration

オープン
#4,821 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
AI Insights Feature Integration: Langgraph Python
主要言語
Python
スター
2.2k
フォーク
669
平均マージ
1日 1時間
マージ済み PR(30日)
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 を短くまとめたダイジェスト。