Dramatiq task processor integration for the Sentry SDK.
pip install sentry-dramatiq
import sentry_sdk
import sentry_dramatiq
sentry_sdk.init(
'__DSN__',
integrations=[sentry_dramatiq.DramatiqIntegration()],
)
dramatiq_message_id
sentry_sdk.init()
has to be called before broker is initialized as the integration monkey patches Broker.__init__