From c700dab97c7104c59904f81f476d5b97ef883702 Mon Sep 17 00:00:00 2001 From: Andrew Nguonly Date: Sun, 13 Apr 2025 15:33:44 -0700 Subject: [PATCH] docs: Add docs for `LANGSMITH_TRACING` env var (#4257) --- docs/docs/cloud/reference/env_var.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/docs/cloud/reference/env_var.md b/docs/docs/cloud/reference/env_var.md index 4f21ee890..e15157cac 100644 --- a/docs/docs/cloud/reference/env_var.md +++ b/docs/docs/cloud/reference/env_var.md @@ -44,6 +44,13 @@ Set this environment variable to have a BYOC deployment send traces to a self-ho `SELF_HOSTED_LANGSMITH_HOSTNAME` is the hostname of the self-hosted LangSmith instance. It must be accessible to the BYOC deployment. `LANGSMITH_API_KEY` is a LangSmith API generated from the self-hosted LangSmith instance. +## `LANGSMITH_TRACING` + +!!! info "Only for Self-Hosted Data Plane, Self-Hosted Control Plane, and Standalone Container" + Disabling LangSmith tracing is only available for [Self-Hosted Data Plane](../../concepts/langgraph_self_hosted_data_plane.md), [Self-Hosted Control Plane](../../concepts/langgraph_self_hosted_control_plane.md), and [Standalone Container](../../concepts/langgraph_standalone_container.md) deployments. + +Set `LANGSMITH_TRACING` to `false` to disable tracing to LangSmith. + ## `LOG_LEVEL` Configure [log level](https://docs.python.org/3/library/logging.html#logging-levels). Defaults to `INFO`.