A plugin for Sentry that sends SMS notifications via Twilio
Note: Only works with US numbers, mostly because I'm too lazy to think about international phone numbers and what to do with them. Feel free to submit a pull request.
$ pip install sentry-twilio
Sentry will automagically detect that it has been installed.
sentry-twilio
needs 4 pieces of information to set this up correctly.
The Account SID and Auth Token can both be found on your Twilio account dashboard.
This is the number that was purchased through Twilio. Twilio documentation for more information.
Examples:
+13305093095
// or
5551234567
A list of phone numbers to send to separated by commas.
Example:
+13305093095, 5551234567