Sends exceptions in Kuyruk workers to Sentry.
Project description
Kuyruk-Sentry
Sends exceptions in Kuyruk workers to Sentry.
Install
$ pip install kuyruk-sentry
Usage
from kuyruk import Kuyruk, Config
from kuyruk_sentry import Sentry
import sentry_sdk
sentry_sdk.init(dsn="...") # configure Sentry
config = Config()
kuyruk = Kuyruk(config)
s = Sentry(kuyruk)
@kuyruk.task
def oops():
1/0 # exception will be sent to Sentry
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Kuyruk-Sentry-1.1.5.tar.gz
(2.8 kB
view hashes)
Built Distribution
Close
Hashes for Kuyruk_Sentry-1.1.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f8381d1b19ec751b8681fd5c624a70af13a9284029163b8df201bf57f892c0ac |
|
MD5 | dacc584ce3bdf50fc791bcfed995966d |
|
BLAKE2b-256 | d440f09d2555673779e8b824e1408f9f8845943ef40d609619225833d393103d |