sentry-telegram icon indicating copy to clipboard operation
sentry-telegram copied to clipboard

Plugin for Sentry which allows sending notification via Telegram messenger.

Sentry Telegram |travis| |codecov| |pypi|

Plugin for Sentry which allows sending notification via Telegram <https://telegram.org/>_ messenger.

Presented plugin tested with Sentry from 8.9 to 9.1.1.

**DISCLAIMER**: Sentry API is under development and `is not frozen <https://docs.sentry.io/server/plugins/>`_.

How will it look like

.. image:: https://raw.githubusercontent.com/butorov/sentry-telegram/master/docs/images/telegram-window.png :target: https://github.com/butorov/sentry-telegram/blob/master/docs/images/telegram-window.png :alt: How will it look like

Installation

  1. Install this package

.. code-block:: bash

pip install sentry-telegram
  1. Restart your Sentry instance.

  2. Go to your Sentry web interface. Open Settings page of one of your projects.

  3. On Integrations (or Legacy Integrations) page, find Telegram Notifications plugin and enable it.

  4. Configure plugin on Configure plugin page.

    See Telegram's documentation <https://core.telegram.org/bots#3-how-do-i-create-a-bot>_ to know how to create BotAPI Token.

  5. Done!

.. |travis| image:: https://travis-ci.org/butorov/sentry-telegram.svg?branch=master :target: https://travis-ci.org/butorov/sentry-telegram :alt: Build Status

.. |codecov| image:: https://codecov.io/gh/butorov/sentry-telegram/branch/master/graph/badge.svg :target: https://codecov.io/gh/butorov/sentry-telegram?branch=master :alt: Coverage Status

.. |pypi| image:: https://badge.fury.io/py/sentry-telegram.svg :target: https://pypi.python.org/pypi/sentry-telegram