ソースを参照

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

tags/1.1.0
Joel 7ヶ月前
コミット
b938c9b7f6
コミッターのメールアドレスに関連付けられたアカウントが存在しません

+ 1
- 1
web/app/(commonLayout)/app/(appDetailLayout)/[appId]/overview/tracing/panel.tsx ファイルの表示

@@ -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)

読み込み中…
キャンセル
保存