feat(web): configure trace explorer links
This commit is contained in:
@@ -44,6 +44,9 @@ export type RuntimeLaneConfig = {
|
||||
api?: string;
|
||||
[key: string]: string | undefined;
|
||||
};
|
||||
observability?: {
|
||||
traceExplorerUrlTemplate?: string;
|
||||
};
|
||||
sourceRepo?: string;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user