To ignore certain error classes within traces when auto-instrumenting LangChain, you can use a custom error handling approach. According to the Phoenix documentation, you can define a custom FilterProcessor to filter out spans based on specific criteria, such as error types. This allows you to selectively suppress instrumentation on specific calls or errors.Would you like more details on how to implement this?Sources:
- Phoenix documentation
馃挕聽Hint: Mention RunLLM in the thread for followups.