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 details)
Built Distribution
File details
Details for the file Kuyruk-Sentry-1.1.5.tar.gz
.
File metadata
- Download URL: Kuyruk-Sentry-1.1.5.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9fb40ac0fdf8454d31520cecd3e5fee0399aa69b6a12d639f4e102aeb71c4edd |
|
MD5 | 594065d93f97ac311d4ae2e0d08d1f90 |
|
BLAKE2b-256 | 5d8ae2db31cffc1cab5f71fd1a27ff98934166312fcaba4d5979ed5838d78557 |
File details
Details for the file Kuyruk_Sentry-1.1.5-py3-none-any.whl
.
File metadata
- Download URL: Kuyruk_Sentry-1.1.5-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f8381d1b19ec751b8681fd5c624a70af13a9284029163b8df201bf57f892c0ac |
|
MD5 | dacc584ce3bdf50fc791bcfed995966d |
|
BLAKE2b-256 | d440f09d2555673779e8b824e1408f9f8845943ef40d609619225833d393103d |