sentry-telegram
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
- Install this package
.. code-block:: bash
pip install sentry-telegram
-
Restart your Sentry instance.
-
Go to your Sentry web interface. Open
Settings
page of one of your projects. -
On
Integrations
(orLegacy Integrations
) page, findTelegram Notifications
plugin and enable it. -
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 createBotAPI Token
. -
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