To sentry is a really dump command line sentry logger. 

To use it: 

Step #1: Install

pip to_sentry

Step #2: 

Create an /etc/to_sentry.conf file.  Use the read/write DSN sentry
provides for each channel you want loggable.

[foo]
url=http://blab blab blab@sentryserver.example.com/13
 
[bar]
url=http://yada yada yada@sentryserver.example.com/42

Step #3:

Try it out:

echo "hola mundo" | to_sentry foo "Hello World"  

