Skip to content

Commit

Permalink
chore/docs: fix typos on the tracing page
Browse files Browse the repository at this point in the history
  • Loading branch information
sxlijin authored Jul 10, 2024
1 parent c0fb454 commit 83f7833
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/observability/tracing-tagging.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This will make the function's input and output show up in the Boundary dashboard
### Prerequisites
Make sure you setup the [Boundary dashboard](/quickstart#setting-up-the-boundary-dashboard) project before you start.

Make sure you also CTRl+S a .baml file to generate the `baml_client`
Make sure you also CTRL+S a .baml file to generate the `baml_client`

### Example

Expand Down Expand Up @@ -61,7 +61,7 @@ See [running tests](/running-tests) for more information on how to run this test

The dashboard view allows you to see custom tags for each of the function calls. This is useful for adding metadata to your traces and allow you to query your generated logs more easily.

To add a custom tag, you can import **update_trace_tags(..)** as below:
To add a custom tag, you can import **set_tags(..)** as below:

```python
from baml_client.tracing import set_tags, trace
Expand Down

0 comments on commit 83f7833

Please sign in to comment.