Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Capture exceptions in LangGraph integration

オープン
#4,821 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
45/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
python
領域
backend

調査の方向性

まず LangGraph 統合を見つけ、344-348 行付近の sentry_sdk/integrations/anthropic.py と例外処理を比較します。対応する AI 統合の動作については getsentry/sentry-python#4820 を確認してください。未処理の例外が捕捉され、span.status が "error" に設定されれば完了です。

索引モデルが issue の本文から書いたものです。

説明

AI Insights Feature Integration: Langgraph Python

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

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

主要言語
Python
スター
2.2k
フォーク
672
平均マージ
22時間 47分
マージ済み PR(30日)
224

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

getsentry/sentry-python のほかの issue

getsentry/sentry-python の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。