Files
langgraph/docs/docs/how-tos/enable-tracing.md
T
2025-07-16 19:06:43 -04:00

620 B

Enable tracing for your application

To enable tracing for your application, set the following environment variables:

export LANGSMITH_TRACING=true
export LANGSMITH_API_KEY=<your-api-key>

For more information, see Trace with LangGraph.

Learn more