Skip to content

Plugin which allow sending Sentry notifications via Telegram.

License

Notifications You must be signed in to change notification settings

xliee/sentry-telegram

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 23.8.0.dev0

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 xliee-sentry-telegram
  1. Restart your Sentry instance.
  2. Go to your Sentry web interface. Open Settings page of one of your projects.
  3. On Integrations (or Legacy Integrations) page, find Telegram Notifications Python3 plugin and enable it.
  4. Configure plugin on Configure plugin page.

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

  5. Done!