Sfoglia il codice sorgente

fix: trace return null cause page crash (#15588)

tags/1.1.0
Joel 7 mesi fa
parent
commit
b938c9b7f6
Nessun account collegato all'indirizzo email del committer

+ 1
- 1
web/app/(commonLayout)/app/(appDetailLayout)/[appId]/overview/tracing/panel.tsx Vedi File

@@ -82,7 +82,7 @@ const Panel: FC = () => {
? LangfuseIcon
: inUseTracingProvider === TracingProvider.opik
? OpikIcon
: null
: LangsmithIcon

const [langSmithConfig, setLangSmithConfig] = useState<LangSmithConfig | null>(null)
const [langFuseConfig, setLangFuseConfig] = useState<LangFuseConfig | null>(null)

Loading…
Annulla
Salva