hypertrace / javaagent

Hypertrace OpenTelemetry Java agent with payload/body and headers data capture.
Apache License 2.0
28 stars 14 forks source link

catch exceptions in grpc #392

Closed shashank11p closed 8 months ago

shashank11p commented 8 months ago

We add an interceptor in grpc, but we did not add any try catch blocks in the interceptor. If there is any error because of our code, we should catch and log, instead of allowing it to break the application.