Sends exceptions in Kuyruk workers to Sentry.
Project description
# Kuyruk-Sentry
Sends exceptions in Kuyruk workers to Sentry.
## Install
$ pip install kuyruk-sentry
## Usage
```python
from kuyruk import Kuyruk, Config
from kuyruk_sentry import Sentry
config = Config()
config.KUYRUK_SENTRY_DSN = "..."
kuyruk = kuyruk.Kuyruk(config)
s = Sentry(k)
@kuyruk.task
def oops():
1/0 # exception will be sent to Sentry
```
Sends exceptions in Kuyruk workers to Sentry.
## Install
$ pip install kuyruk-sentry
## Usage
```python
from kuyruk import Kuyruk, Config
from kuyruk_sentry import Sentry
config = Config()
config.KUYRUK_SENTRY_DSN = "..."
kuyruk = kuyruk.Kuyruk(config)
s = Sentry(k)
@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.0.tar.gz
(2.4 kB
view details)
File details
Details for the file Kuyruk-Sentry-1.1.0.tar.gz.
File metadata
- Download URL: Kuyruk-Sentry-1.1.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
401ff9e3aafbd7e9400fa1fa08d71f14141424535dd1206dc25a391744079969
|
|
| MD5 |
5dfa0cbaf88e37734c42a1f030f5e7d7
|
|
| BLAKE2b-256 |
fb725b5a3ef99ce0002009665761077434143e8ac249ef9c0b111f8d44fec9fc
|