getsentry / getsentry/sentry-java
Automatically capture gRPC errors / exceptions
未关闭
Errors
Feature
Java
- 主要语言
- Kotlin
- 星标
- 1.4k
- 派生
- 478
- 平均合并
- 2 天 23 小时
- 30 天内合并 PR
- 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 还没有评估数据。