| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Codecov Results 📊✅ 90832 passed | ⏭️ 6129 skipped | Total: 96961 | Pass Rate: 93.68% | Execution Time: 331m 52s 📊 Comparison with Base Branch
All tests are passing successfully. ✅ Patch coverage is 100.00%. Project has 2404 uncovered lines. @@ Coverage Diff @@
## main #PR +/-##
==========================================
+ Coverage 89.85% 89.88% +0.03%
==========================================
Files 192 192 —
Lines 23745 23752 +7
Branches 8198 8200 +2
==========================================
+ Hits 21334 21348 +14
- Misses 2411 2404 -7
- Partials 1344 1344 —Generated by Codecov Action |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM 🚀
Sorry, something went wrong.
Close the active span without setting an error status, and do not capture an exception when `GraphBubbleUp` is handled. The exception is a LangGraph control-flow type. Because the error hooks live in the LangChain layer, add a private set that lets the LangGraph integration tell the LangChain integration which exceptions to ignore. This prevents semantics from the LangGraph library leaking into the LangChain integration. Closes getsentry#6384
| Back | FazBrowse Home | New Git URL |
Description
Close the active span without setting an error status and do not capture an exception if GraphBubbleUp is handled. The exception is a LangGraph control-flow type.
Since the error hooks live on the LangChain layer, add a private set that the LangGraph integration uses to inform the LangChain integration that GraphBubbleUp should be ignored. This prevents semantics from the LangGraph library leaking into the LangChain integration.
Issues
Closes #6384
Reminders