! Roda-Rora !!
Convex Community2mo ago
1 reply
! Roda-Rora !

How to not log errors for handled exceptions

Advice
I have an action that calls an internalMutation. The mutation throws rate limiting errors that the action correctly catches and handles, rolling back everything in the mutation. However, this produces a log line
Uncaught ConvexError: ...
that pollutes the log. How can I make handled exceptions NOT log an error?
Was this page helpful?