P1NG2WIN / sentry-telegram

Plugin for Sentry which allows sending notification via Telegram messenger.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sentry Telegram Build Status Coverage Status pypi

Plugin for Sentry which allows sending notification via Telegram messenger.

Presented plugin tested with Sentry from 8.9 to 9.1.1.

DISCLAIMER: Sentry API is under development and is not frozen.

How will it look like

How will it look like

Installation

  1. Install this package
pip install sentry-telegram
  1. Go to your Sentry root/sentry/
  2. Open requirements.txt and include new plugin in it
# Add plugins here
sentry-telegram
  1. Set cd to your Sentry root in console, write this to rebuild your docker
docker-compose down
docker-compose up -d --build
  1. Go to your Sentry web interface. Open Settings page of one of your projects.

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

  3. Configure plugin on Configure plugin page.

    See Telegram's documentation to know how to create BotAPI Token.

  4. Don't forget to specify Alerts rules for errors in your project settings, in web panel.

  5. Done!

About

Plugin for Sentry which allows sending notification via Telegram messenger.

License:MIT License


Languages

Language:Python 100.0%