sentry-kafka

A Sentry extension which integrates with Apache Kafka.


License
Apache-2.0
Install
pip install sentry-kafka==1.1

Documentation

sentry-kafka

An extension for Sentry to forward events to Apache Kafka for logging.

Configuration

Enable the plugin in your project's configuration page (Projects -> [Project]) under Manage Integrations.

Go to your project's configuration page (Projects -> [Project]) and select the Kafka Logging tab. Enter the broker and topic settings.

You may optionally set the broker in the sentry config:

KAFKA_BROKER='my.broker.com:9092'

When set in the config, the broker field will be readonly for all projects.