feat: add trace switcher

This commit is contained in:
qixinbo
2026-03-31 22:29:58 +08:00
parent 9a86dd2947
commit 03ac0408c9
188 changed files with 12 additions and 72713 deletions
+5
View File
@@ -7,7 +7,12 @@ SMTP_PASSWORD=your_16_digit_auth_code
# Frontend URL for the verification link
FRONTEND_URL=http://localhost:5173
# Tracing Toggle
# Set to true to enable telemetry/tracing (Langfuse, OTEL, etc.). Defaults to false.
ENABLE_TRACING=false
# Langfuse Observability (self-hosted/local)
LANGFUSE_PUBLIC_KEY=pk-lf-your-public-key
LANGFUSE_SECRET_KEY=sk-lf-your-secret-key
LANGFUSE_BASE_URL=http://localhost:3000