- 000
Problem Statement
I work a lot with the Twilio SDK. In case of an error, a RestException is thrown with a text description of the error, as well as a code in their internal error system. In the current implementation, I can't see this code.
Solution Brainstorm
According to Sentry's documentation, th...