Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.14 KB

README.md

File metadata and controls

29 lines (24 loc) · 1.14 KB

Add support for Sentry notifications on backwork.

Installing

You can use pip to install this plug-in directly from GHE:

$ pip install backwork-notifier-sentry

Using

After installing the plug-in you will be able to use the -n sentry argument on backwork commands.

$ backwork --help
usage: backwork [-h] [-n NOTIFIERS] [--sentry-dsn SENTRY_DSN]
               {backup,upload} ...

positional arguments:
  {backup,upload}

optional arguments:
  -h, --help            show this help message and exit
  -n NOTIFIERS, --notify NOTIFIERS
                        enable a notifier, it can be used multiple times
  --sentry-dsn SENTRY_DSN
                        Sentry DSN to be used for notifications. It can also
                        be set with the evironment variable $SENTRY_DSN.