Skip to content

fix: terminal trace tree view#567

Merged
cristipufu merged 1 commit intomainfrom
fix/terminal_traces_view
Sep 11, 2025
Merged

fix: terminal trace tree view#567
cristipufu merged 1 commit intomainfrom
fix/terminal_traces_view

Conversation

@cristipufu
Copy link
Member

@cristipufu cristipufu commented Sep 11, 2025

Description

This PR fixes an issue with the terminal trace tree view by changing how the spans tree is cleared during rebuilds. The fix replaces the clear() method with root.remove_children() to properly reset the tree structure.

@cristipufu cristipufu requested a review from Copilot September 11, 2025 17:09
@cristipufu cristipufu self-assigned this Sep 11, 2025
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes an issue with the terminal trace tree view by changing how the spans tree is cleared during rebuilds. The fix replaces the clear() method with root.remove_children() to properly reset the tree structure.

  • Replaces spans_tree.clear() with spans_tree.root.remove_children()

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@cristipufu cristipufu force-pushed the fix/terminal_traces_view branch from 9c7ee56 to 0910698 Compare September 11, 2025 17:19
@cristipufu cristipufu merged commit d9da6b5 into main Sep 11, 2025
16 checks passed
@cristipufu cristipufu deleted the fix/terminal_traces_view branch September 11, 2025 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant