Support JSON Beautification for Error messages
Open
Feature
- Dominant language
- Python
- Stars
- 44.8k
- Forks
- 4.9k
- Avg merge
- 22h 21m
- Merged PRs (30d)
- 586
Description
### Problem Statement
When there is an error message which comes from API and it can respond with a proper JSON, or other scenario Sentry doesn't display it in a proper formatted JSON manner. Which is not that nice on the eyes.
Twitter thread with backgorund
https://x.com/bnayagrawal/status/1795083809852965319
### Solution Brainstorm
Make it nice on the eyes, at least in golden path scenario, or in an expandable way. Meaning we should not format and take up too much of the screen but it would be nice to have the option for user to be able to quickly parse the JSON and potentially identify any problematic key value pairs
### Product Area
Issues
Contributor guide
Assessment
This issue has not been assessed yet.