Like turning on flight recorder mode — once enabled, everything is automatically logged.
Three env vars enable LangSmith. TRACING_V2=true turns on tracing globally. API_KEY authenticates to LangSmith. PROJECT groups runs.
> LANGCHAIN_TRACING_V2: true > LANGCHAIN_PROJECT: my-rag-app > Tracing active: all LangChain calls will be uploaded
Like turning on flight recorder mode — once enabled, everything is automatically logged.
Three env vars enable LangSmith. TRACING_V2=true turns on tracing globally. API_KEY authenticates to LangSmith. PROJECT groups runs.
> LANGCHAIN_TRACING_V2: true > LANGCHAIN_PROJECT: my-rag-app > Tracing active: all LangChain calls will be uploaded
Sign in to cast your vote
Sign in to share your feedback and join the discussion.