getsentry / getsentry/sentry-java
Automatically capture gRPC errors / exceptions
Offen
Errors
Feature
Java
- Vorherrschende Sprache
- Kotlin
- Sterne
- 1.4k
- Forks
- 478
- Ø Merge
- 2 T. 23 Std.
- Gemergte PRs (30 T.)
- 67
Beschreibung
### 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.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.