Initialize the LangChain Instrumentor to enable automatic tracing. This step ensures that all interactions with the LangChain are tracked and monitored.
Copy
from traceai_langchain import LangChainInstrumentorLangChainInstrumentor().instrument(tracer_provider=trace_provider)