sentry-telegram
sentry-telegram copied to clipboard
Show triggered alert name in notification text
Hi!
we have several alert rules that trigger telegram notifications. Is it possible to somehow inject triggered rule name in notification text? Otherwise it's not clear is it first-time error or threshold error. Thanks!
I don't think it's possible in current version.
Take a look at the source - https://github.com/butorov/sentry-telegram/blob/master/sentry_telegram/plugin.py#L102
You could probably add this ability easily, althrough it seems the plugin has been abandoned for quite some time now.