jacobsvante / sentry-dramatiq

Dramatiq task processor integration for the Sentry SDK
MIT License
35 stars 12 forks source link

DEPRECATION WARNING: This integration has now been merged into sentry-python

sentry-dramatiq

Travis CI build status (Linux) PyPI version License Available as wheel Supported Python versions PyPI status (alpha/beta/stable) Coverage Status

Dramatiq task processor integration for the Sentry SDK.

Installation

pip install sentry-dramatiq

Setup

import sentry_sdk
import sentry_dramatiq

sentry_sdk.init(
    '__DSN__',
    integrations=[sentry_dramatiq.DramatiqIntegration()],
)

Features

Known limitations