sentry-telegram icon indicating copy to clipboard operation
sentry-telegram copied to clipboard

Proxy support and markdown escaping

Open ertaquo opened this issue 6 years ago • 1 comments
trafficstars

Added proxy support. Reworked notify method, don't know why. Just seen it in other plugins. Escaped markdown characters. That's important, because if you have project name with underscore character (like "backend_dev"), it will break Markdown syntax, and Telegram will return error. Used markdown-strings==2.1.3, because newer versions doesn't work properly.

ertaquo avatar Jul 22 '19 10:07 ertaquo

Hey @butorov can you merge this?

This is useful when you have certain characters in the title of the issue or inside the message.

Proxy support not sure, but escaping is needed most definitely.

gituser avatar Jun 07 '25 08:06 gituser