add tracing cookbook
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
# PocketFlow Tracing Configuration Template
|
||||
# Copy this file to .env and replace the placeholder values with your actual Langfuse credentials
|
||||
|
||||
# Required Langfuse configuration
|
||||
LANGFUSE_SECRET_KEY=your-langfuse-secret-key
|
||||
LANGFUSE_PUBLIC_KEY=your-langfuse-public-key
|
||||
LANGFUSE_HOST=your-langfuse-host-url
|
||||
|
||||
# Optional tracing configuration
|
||||
POCKETFLOW_TRACING_DEBUG=true
|
||||
POCKETFLOW_TRACE_INPUTS=true
|
||||
POCKETFLOW_TRACE_OUTPUTS=true
|
||||
POCKETFLOW_TRACE_PREP=true
|
||||
POCKETFLOW_TRACE_EXEC=true
|
||||
POCKETFLOW_TRACE_POST=true
|
||||
POCKETFLOW_TRACE_ERRORS=true
|
||||
|
||||
# Optional session/user tracking
|
||||
POCKETFLOW_SESSION_ID=your-session-id
|
||||
POCKETFLOW_USER_ID=your-user-id
|
||||
Reference in New Issue
Block a user