Langfuse is an open‑source observability platform for LLM applications that provides tracing, monitoring, and debugging. The integration is built into the Launchpad’s core folder.
Why Langfuse?
- Complete Tracing: Track every workflow step, node execution, and LLM call
- Performance Monitoring: Monitor response times, costs, and success rates
- Debug Issues: Detailed logs and traces for troubleshooting failures
Quick Setup
1
Get Langfuse Account
Create a free account at langfuse.com and get your API keys
2
Update Environment
Add to your
.env
files:3
Checkout Example Branch
4
Test Integration
5
Verify Dashboard
Check your Langfuse dashboard for workflow traces
Core integration features
- Automatic Tracing: Every workflow execution is automatically traced with no code changes required
- Node-Level Visibility: Individual node executions, inputs, and outputs are captured
- LLM Call Tracking: All LLM interactions including prompts, responses, and metadata
- Error Monitoring: Failed executions with full stack traces and context