Nested logging groups tree-view
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 5.9k
- Forks
- 1.8k
- PR merge metrics
- No merged PRs in 30d
Description
Describe the enhancement
Currently, if nested groups are created using startGroup and endGroup in the UI they are shown next to each other. The expectation is that the internal groups are hidden in the parent group.
For example, here the more detailed group show be hidden unless the parent group is expanded:

Code Snippet
startGroup("parent")
startGroup("child")
endGroup()
endGroup()
Additional information
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the UI handling of startGroup and endGroup and how nested groups are represented. Verify the example produces a tree where child groups are hidden until the parent is expanded; the issue names no files or tests, so locate the relevant logging implementation and existing UI coverage first.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- developer-experience
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100