Lytix supports sending and managing custom errors. These error do not neccesarily have to be related to your LLM applications.

customErrors

For example, you may want to track a specific error that is thrown in a background process. You’ll want to capture logs along with metadata (such as ids) to better understand the root cause of the error.

Custom Error Example

Learn more about how to setup custom errors in your project here.