From 61f54e0565a8a11365c7517ad22f16d09aeb5d08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jannik=20Maierh=C3=B6fer?= <48529566+jannikmaierhoefer@users.noreply.github.com> Date: Thu, 5 Feb 2026 08:50:39 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=AA=A2=20docs:=20add=20Langfuse=20to=20`.?= =?UTF-8?q?env.example`=20(#11632)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.env.example b/.env.example index 9864a41482..a686f10685 100644 --- a/.env.example +++ b/.env.example @@ -87,6 +87,16 @@ NODE_MAX_OLD_SPACE_SIZE=6144 # CONFIG_PATH="/alternative/path/to/librechat.yaml" +#==================# +# Langfuse Tracing # +#==================# + +# Get Langfuse API keys for your project from the project settings page: https://cloud.langfuse.com + +# LANGFUSE_PUBLIC_KEY= +# LANGFUSE_SECRET_KEY= +# LANGFUSE_BASE_URL= + #===================================================# # Endpoints # #===================================================#