Skip to content

Commit

Permalink
chore(docs): small docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-rasmussen committed Jan 21, 2025
1 parent 2343a33 commit 30aae2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/guides/tracking/tracing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 30aae2c

Please sign in to comment.