getsentry / getsentry/sentry-java

Better visualization of suppressed exceptions in Sentry UI

Đang mở
#4,090 2 bình luận 0 reaction 0 người được giao Xem trên GitHub
Errors Improvement Java
Ngôn ngữ chính
Kotlin
Star
1.4k
Fork
478
Merge trung bình
2 ngày 23 giờ
Pull request đã merge (30 ngày)
67

Mô tả

### 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.

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.