getsentry / getsentry/sentry

Collapse or hide console breadcrumb JSON details if it doesn't show additional info

Open
#31,041 5 comments 1 reaction 0 assignees View on GitHub
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:

![image](https://user-images.githubusercontent.com/1150298/148946940-827872b8-f3ba-42f6-b3c0-f03592513ea9.png)

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.