pub fn build_observer(setup: LangfuseSetup, http: HttpStack) -> LangfuseObserverExpand description
Starts the reporter with a LangfuseSetup and an already-built HttpStack,
returning an observer.
The reporter’s background flush task is started here; the returned
LangfuseObserver is passed to AgentCore::observe_session.