Langfuse Integration
Langfuse is an open-source LLM engineering platform for tracing, evaluation, and monitoring.Setup
1. Install Dependencies
2. Set Environment Variables
3. Initialize
Usage
Basic Tracing
With Spans
Configuration Options
| Option | Environment Variable | Description |
|---|---|---|
public_key | LANGFUSE_PUBLIC_KEY | Your Langfuse public key |
secret_key | LANGFUSE_SECRET_KEY | Your Langfuse secret key |
host | LANGFUSE_HOST | Langfuse host URL (default: cloud.langfuse.com) |

