initialize_jsonl_capture
API reference for initialize_jsonl_capture
initialize_jsonl_capture()
Initialize a JSONLSpanCapture instance.
Parameters
Parameter
Type
Required
Default
Description
jsonl_file_path
str | None
✗
None
Path to the JSONL file. If None, uses FIDDLER_JSONL_FILE env var
Returns
The initialized capture instance Return type: JSONLSpanCapture
Last updated
Was this helpful?