backwork-notifier-sentry

Backwork plug-in for Sentry notifications.


Keywords
backwork, backwork-plugin, backwork-plugin-notifier, sentry
License
Apache-2.0
Install
pip install backwork-notifier-sentry==0.2.0

Documentation

backwork-notifier-sentry [Build Status] PyPI version(https://travis-ci.org/IBM/backwork-notifier-sentry)

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.