LangChain - LangSmith Observability
Why does the following code fail to produce any trace output?
tracer = LangChainTracer()
chain = LLMChain(llm=llm, prompt=prompt)
result = chain.run("Test")
print(tracer.get_trace())