From 30aae2c7a7ab1dddcc74d9cd3a11da7e9284b021 Mon Sep 17 00:00:00 2001 From: Jamie Rasmussen Date: Tue, 21 Jan 2025 16:42:25 -0600 Subject: [PATCH] chore(docs): small docs fix --- docs/docs/guides/tracking/tracing.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/guides/tracking/tracing.mdx b/docs/docs/guides/tracking/tracing.mdx index d098d4781dca..e0efd4cd4453 100644 --- a/docs/docs/guides/tracking/tracing.mdx +++ b/docs/docs/guides/tracking/tracing.mdx @@ -749,7 +749,7 @@ In situations where you want to unconditionally disable tracing for the entire p **Client Initialization:** -Sometimes, you may want to conditionally enable tracing for a specific initialization based on some condition. In this case, you can initialize the client with the `tracing_enabled` flag. +Sometimes, you may want to conditionally enable tracing for a specific initialization based on some condition. In this case, you can initialize the client with the `disabled` flag in init settings. ```python import weave