How to handle Langsmith SDK error and end the current trace with error #744
Unanswered
paychex-ssmithrand
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am running into a scenario where Langsmith SDK fails to send data to our Langsmith instance:
Error in LangChainTracer.on_chain_end callback
. Our specific error is due to nginx not having a big enough max body size (easily fixable), but it raises my question: Shouldn't the Trace be automatically ended by the SDK if it itself errors?If not, how do we handle this so traces arent always in the pending status in Langsmith?
Beta Was this translation helpful? Give feedback.
All reactions