diff --git a/docs/docs/cloud/reference/env_var.md b/docs/docs/cloud/reference/env_var.md index 820af41ec..4d6be34e3 100644 --- a/docs/docs/cloud/reference/env_var.md +++ b/docs/docs/cloud/reference/env_var.md @@ -2,6 +2,12 @@ The LangGraph Cloud API supports specific environment variables for configuring a deployment. +## `LANGCHAIN_TRACING_SAMPLING_RATE` + +Sampling rate for traces sent to LangSmith. Valid values: Any float between `0` and `1`. + +See LangSmith documentation for more details. + ## `LANGGRAPH_AUTH_TYPE` Type of authentication for the LangGraph Cloud API deployment. Valid values: `langsmith`, `noop`.