sentry-java icon indicating copy to clipboard operation
sentry-java copied to clipboard

Automatically capture gRPC errors / exceptions

Open rodolfoBee opened this issue 1 year ago • 0 comments

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.

rodolfoBee avatar Mar 14 '24 07:03 rodolfoBee