-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Labels
Package: nestjsIssues related to the Sentry Nestjs SDKIssues related to the Sentry Nestjs SDKType: Improvement
Description
Problem Statement
We use gRPC to communicate between microservices written in NestJs (see: https://docs.nestjs.com/microservices/grpc). Similar to HTTP communication, we explicitly throw RpcExceptions with a status code for different types of handled exceptions. Since these are not unexpected exceptions, they should not be captured by Sentry.
Solution Brainstorm
Similar to filtering HttpExceptions (#13064), it would be advisable to filter out RpcExceptions as well, because they are thrown explicitly (see: https://docs.nestjs.com/microservices/exception-filters).
Metadata
Metadata
Assignees
Labels
Package: nestjsIssues related to the Sentry Nestjs SDKIssues related to the Sentry Nestjs SDKType: Improvement
Type
Projects
Status
Waiting for: Product Owner