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.
- Install this package
pip install sentry-telegram
- Go to your Sentry root/sentry/
- Open requirements.txt and include new plugin in it
# Add plugins here
sentry-telegram
- Set cd to your Sentry root in console, write this to rebuild your docker
docker-compose down
docker-compose up -d --build
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 to know how to create
BotAPI Token
.Don't forget to specify Alerts rules for errors in your project settings, in web panel.
Done!