Skip to content

Commit

Permalink
Print headers
Browse files Browse the repository at this point in the history
  • Loading branch information
fjcasti1 committed Oct 22, 2024
1 parent 1bcdd2f commit d39db82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/phoenix/session/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ def query_spans(
raise ValueError(response.content.decode())
response.raise_for_status()
source = BytesIO(response.content)
print(f"{response.headers=}")
results = []
while True:
try:
Expand Down

0 comments on commit d39db82

Please sign in to comment.