Skip to content

Commit 7077b49

Browse files
waleedlatif1claude
andcommitted
improvement(logs): add Trace tab with two-pane tree+detail view
- Wrap log-details drawer in Overview | Trace tabs; Overview unchanged - New TraceView with hierarchical tree on the left and detail pane on the right - Keyboard nav, span filter, expand/collapse all - Bump min drawer width 400->600 and clamp persisted widths on rehydrate Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent df0b450 commit 7077b49

6 files changed

Lines changed: 1254 additions & 227 deletions

File tree

apps/sim/app/workspace/[workspaceId]/logs/components/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ export { LogDetails, WorkflowOutputSection } from './log-details'
33
export { ExecutionSnapshot } from './log-details/components/execution-snapshot'
44
export { FileCards } from './log-details/components/file-download'
55
export { TraceSpans } from './log-details/components/trace-spans'
6+
export { TraceView } from './log-details/components/trace-view'
67
export { LogRowContextMenu } from './log-row-context-menu'
78
export { LogsList } from './logs-list'
89
export { AutocompleteSearch, LogsToolbar, NotificationSettings } from './logs-toolbar'
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export { TraceView } from './trace-view'

0 commit comments

Comments
 (0)