Skip to content

Commit

Permalink
Add dump
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Huang authored and Nick Huang committed Oct 8, 2024
1 parent 47a16dc commit e5d1415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/langsmith/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ def _content_above_size(
]
if should_debug_crash_dump and request is not None:
with open("content_size_limit_crash_dump.jsonl", "a") as f:
# json.dump(request, f)
json.dump(request, f)
f.write("\n")
return (
f"The content length of {content_length} bytes exceeds the "
Expand Down

0 comments on commit e5d1415

Please sign in to comment.