Skip to content

Commit

Permalink
Add include_annotations=true to the from_explorer function to include…
Browse files Browse the repository at this point in the history
… traces with their annotations.
  • Loading branch information
hemang1729 committed Jan 20, 2025
1 parent fa3ece5 commit 83d6e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invariant/testing/utils/explorer.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def from_explorer(
)

response = requests.get(
url=f"{explorer_endpoint}/api/v1/trace/{identifier_or_id}?annotated=1",
url=f"{explorer_endpoint}/api/v1/trace/{identifier_or_id}?include_annotations=true",
timeout=TIMEOUT,
)
messages = response.json()["messages"]
Expand Down

0 comments on commit 83d6e91

Please sign in to comment.