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

I can't find Telegram notfication on Sentry > settings > Integrations ?

Open firdavsDev opened this issue 4 years ago • 5 comments

firdavsDev avatar Mar 08 '22 20:03 firdavsDev

Same strory Where should I run pip install sentry-telegram? There are many of sentry's containers

ArtOshchepkov avatar Mar 21 '22 23:03 ArtOshchepkov

UPD it showed when I run docker exec sentry_onpremise_web_1 pip install sentry-telegram && service sentry restart image

ArtOshchepkov avatar Mar 21 '22 23:03 ArtOshchepkov

But I dont use any docker in my project

firdavsDev avatar Mar 23 '22 19:03 firdavsDev

By the way, could please anyone explain to me why the plugin is marked with "Not Installed" label, while it's obviously installed?

sigurdblueface avatar Oct 13 '22 06:10 sigurdblueface

If you come here in 2023, I had to run the command as follow:

docker compose exec web pip install sentry-telegram && docker compose restart web

Or with sudo in case your docker needs it

sudo docker compose exec web pip install sentry-telegram && sudo docker compose restart web

You can also try with the old docker-compose if docker compose doesn't work for you

joshlopes avatar Jun 04 '23 15:06 joshlopes