Skip to content

Plugin for Sentry which allows sending notification via Telegram messenger.

License

Notifications You must be signed in to change notification settings

P1NG2WIN/sentry-telegram

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%