This commit is contained in:
Timothy Jaeryang Baek 2025-03-11 20:12:28 +00:00
parent e1168139a6
commit ad51b0166c

View File

@ -434,6 +434,7 @@ app.state.LICENSE_METADATA = None
########################################
if not ENABLE_OTEL:
if ENABLE_OTEL:
from open_webui.utils.telemetry.setup import setup as setup_opentelemetry
setup_opentelemetry(app=app, db_engine=engine)