Skip to content

wnyc/to_sentry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

Releases

No releases published

Packages

No packages published

Languages