Skip to content

Commit

Permalink
Baggage Draft
Browse files Browse the repository at this point in the history
  • Loading branch information
hinthornw committed Apr 12, 2024
2 parents 4213a65 + 0308d11 commit 4ec1507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/langsmith/run_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def tracing_context(
headers: Optional[Dict[str, str]] = None,
) -> Generator[None, None, None]:
"""Set the tracing context for a block of code."""
parent_run_ = get_tracing_context()
parent_run_ = get_current_span()
_PROJECT_NAME.set(project_name)
_TAGS.set(tags)
_METADATA.set(metadata)
Expand Down

0 comments on commit 4ec1507

Please sign in to comment.