8000 GitHub - pupaxxo/sentry-telegram: Plugin for Sentry which allows sending notification via Telegram messenger.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pupaxxo/sentry-telegram

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 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.0.

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. Add plugin to INSTALLED_APPS of Sentry
INSTALLED_APPS += ('sentry_telegram',)
  1. Restart your Sentry.

  2. Go to your Sentry web interface. On Settings page of one of your project.

  3. On Integrations page find Telegram Notifications plugin and enable it.

  4. On Configure plugin page and configure plugin.

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

  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%
0