Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

IBM/backwork-notifier-sentry

Repository files navigation

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.