Skip to content

feat(grpc): add Airbrake integration for gRPC error reporting#392

Open
asilvall wants to merge 1 commit intoairbrake:masterfrom
asilvall:master
Open

feat(grpc): add Airbrake integration for gRPC error reporting#392
asilvall wants to merge 1 commit intoairbrake:masterfrom
asilvall:master

Conversation

@asilvall
Copy link
Copy Markdown

  • Implemented UnaryServerInterceptor and StreamServerInterceptor to capture performance metrics and errors.
  • Added functionality to notify Airbrake of errors occurring in gRPC handlers.
  • Created a utility function to map gRPC status codes to HTTP status codes.
  • Added unit tests for grpcCodeToHTTP function to ensure correct status code mapping.

@asilvall asilvall force-pushed the master branch 3 times, most recently from ae8cf45 to e7fc94e Compare November 27, 2025 00:52
- Implemented UnaryServerInterceptor and StreamServerInterceptor to capture performance metrics and errors.
- Added functionality to notify Airbrake of errors occurring in gRPC handlers.
- Created a utility function to map gRPC status codes to HTTP status codes.
- Added unit tests for grpcCodeToHTTP function to ensure correct status code mapping.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant