getsentry / getsentry/sentry-java

Better visualization of suppressed exceptions in Sentry UI

未关闭
#4,090 2 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
Errors Improvement Java
主要语言
Kotlin
星标
1.4k
派生
478
平均合并
2 天 23 小时
30 天内合并 PR
67

描述

### Problem Statement

Currently suppressed exceptions show up like any other chained exception in Sentry UI.
While we are planning to [mark them as suppressed](https://github.com/getsentry/sentry-java/issues/4059), it will still be hard to grasp how all the reported exceptions are related.

We already have a UI component in Sentry that displays exception groups but that is tied to processing code in Sentry which [causes grouping to break for certain Java exceptions with suppressed exceptions and no cause](https://github.com/getsentry/sentry-java/pull/4056).

### Solution Brainstorm

We could have a more generic UI component in Sentry that visualizes chained and suppressed exceptions in a short overview with links to the full exception with stack trace, similar to what exists for exception groups.

If we don't want to have something like this for all chained exceptions, we can maybe simply check if there's more than one exception that has the same parent exception ID and only display the component for that.

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。