Collapse or hide console breadcrumb JSON details if it doesn't show additional info
Open
Improvement
Product Area: Issues
- Dominant language
- Python
- Stars
- 44.8k
- Forks
- 4.9k
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 624
Description
### Problem Statement
From [here](https://github.com/getsentry/sentry-electron/issues/407);
Calling `console.log('UndoManager: startGroupIfNeeded')` results in:

The additional JSON info is not useful and takes up a lot of vertical space.
### Solution Brainstorm
If `logger: console` and `arguments` contains a single string, collapse or hide the JSON information?
Contributor guide
Assessment
This issue has not been assessed yet.