Metadata-Version: 2.0
Name: sentry-slack
Version: 0.3.0
Summary: A Sentry extension which posts notifications to Slack (https://slack.com/).
Home-page: https://github.com/getsentry/sentry-slack
Author: Matt Robenolt
Author-email: matt@ydekproductons.com
License: BSD
Platform: UNKNOWN
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development
Requires-Dist: sentry (>=7.0.0)

sentry-slack
============

An extension for `Sentry <https://getsentry.com>`_ which posts notifications to a `Slack <https://slack.com>`_ channel.

.. image:: https://i.imgur.com/MFsjVmB.png

Install
-------

Install the package via ``pip``::

    pip install https://github.com/getsentry/sentry-slack/archive/master.zip

You can now configure webhooks via the plugin configuration panel within your project.


