mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 17:38:04 +08:00
more typed orm (#28507)
This commit is contained in:
@ -274,6 +274,8 @@ class OpsTraceManager:
|
||||
raise ValueError("App not found")
|
||||
|
||||
tenant_id = app.tenant_id
|
||||
if trace_config_data.tracing_config is None:
|
||||
raise ValueError("Tracing config cannot be None.")
|
||||
decrypt_tracing_config = cls.decrypt_tracing_config(
|
||||
tenant_id, tracing_provider, trace_config_data.tracing_config
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user