-
Hello, I am using trpcMiddleware from node package. Checking the code, Sentry captures all failing trpc errored procedure calls here This also captures BAD_REQUEST and NOT_FOUND errors from trpc. Would it be possible to disable this behavior? Or I am missing something and it's best to report this errors too? Thanks in advance for your reply, |
Beta Was this translation helpful? Give feedback.
Answered by
gpichot
Feb 20, 2024
Replies: 1 comment 3 replies
-
Hey @gpichot. If you would like to filter out these errors, you can do so in the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ok thanks, I missed this second argument :).
I went with: