Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✏️ Fix typo in export_traces.mdx #639

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/observability/how_to_guides/tracing/export_traces.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Before diving into this content, it might be helpful to read the following:
:::

:::note
If you are looking to export a large volume of traces, we recommen that your use the [Bulk Data Export](./data_export) functionality, as it will better
handle large data volumes and will support automatic retries, and parallelization across partitions.
If you are looking to export a large volume of traces, we recommend that you use the [Bulk Data Export](./data_export) functionality, as it will better
handle large data volumes and will support automatic retries and parallelization across partitions.
:::

The recommended way to query runs (the span data in LangSmith traces) is to use the `list_runs` method in the SDK or `/runs/query` endpoint in the API.
Expand Down