getsentry / getsentry/sentry-java

Automatically capture gRPC errors / exceptions

Open
#3,265 0 comments 1 reaction 0 assignees View on GitHub
Errors Feature Java
Dominant language
Kotlin
Stars
1.4k
Forks
478
Avg merge
2d 23h
Merged PRs (30d)
67

Description

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.