← Back to changelog
Marc Klingen
May 15, 2025
Customize Product Module Visibility

Control which product modules are visible in the main menu through environment variables when self-hosting Langfuse
We’ve added the ability to customize which product modules are visible in the main menu. This feature is particularly useful for organizations that want to focus on specific aspects of Langfuse or create a more streamlined user experience.
Added two new environment variables to control module visibility:
LANGFUSE_UI_VISIBLE_PRODUCT_MODULES
: Specify which modules should be visibleLANGFUSE_UI_HIDDEN_PRODUCT_MODULES
: Specify which modules should be hidden
If both variables are set, LANGFUSE_UI_VISIBLE_PRODUCT_MODULES
takes precedence. If neither is set, all modules are visible by default.
Refer to the UI Customization documentation for more information on how to configure these environment variables.