Core modules
NexusClientandSpanfor manual instrumentation.LangHandlerfor LangChain callback instrumentation.confighelpers for DB and trigger URLs.
Data model written to storage
Both manual spans and LangChain callbacks map to rows with these key fields:run_iduser_idtrace_idparent_run_idevent_typenameinputoutputerror
Reference pages
NexusClient + Span
Constructor behavior, span lifecycle, flush, and tree helpers.
LangHandler
Callback hooks, event mapping, and root-chain trigger behavior.