feat(web): configure trace explorer links

This commit is contained in:
lyon
2026-06-20 16:20:41 +08:00
parent c5f51f2b1b
commit c73b19fcaa
11 changed files with 202 additions and 4 deletions
+3
View File
@@ -44,6 +44,9 @@ export type RuntimeLaneConfig = {
api?: string;
[key: string]: string | undefined;
};
observability?: {
traceExplorerUrlTemplate?: string;
};
sourceRepo?: string;
};