getsentry / getsentry/sentry-java
Automatically capture gRPC errors / exceptions
オープン
Errors
Feature
Java
- 主要言語
- Kotlin
- スター
- 1.4k
- フォーク
- 478
- 平均マージ
- 2日 23時間
- マージ済み PR(30日)
- 67
説明
### Problem Statement
Sentry Java SDK currently does not automatically capture GRPC exceptions and users are required to manually send them to Sentry.
### Solution Brainstorm
Add support for automatically capturing errors.
From a quick look into it there are two options: register an interceptor that sends the events to Sentry or extract errors from OTEL spans.
コントリビューションガイド
評価
この issue はまだ評価されていません。