getsentry / getsentry/sentry-python

Capture exceptions in LangGraph integration

Ouverte
#4,821 1 commentaire 0 réactions 0 personnes assignées Voir sur GitHub
AI Insights Feature Integration: Langgraph Python
Langage dominant
Python
Étoiles
2.2k
Forks
669
Merge moyen
1 j 1 h
PR mergées (30 j)
213

Description

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

Guide de contribution

Ouvrir le guide de contribution

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.