order configured tracing providers in alphabetical order

pull/14262/head
Gu 1 year ago
parent 0b254c426b
commit 8d9767d80c

@ -140,18 +140,18 @@ const ConfigPopup: FC<PopupProps> = ({
const configuredProviderPanel = () => {
const configuredPanels: JSX.Element[] = []
if (weaveConfig)
configuredPanels.push(weavePanel)
if (langFuseConfig)
configuredPanels.push(langfusePanel)
if (langSmithConfig)
configuredPanels.push(langSmithPanel)
if (langFuseConfig)
configuredPanels.push(langfusePanel)
if (opikConfig)
configuredPanels.push(opikPanel)
if (weaveConfig)
configuredPanels.push(weavePanel)
return configuredPanels
}

Loading…
Cancel
Save