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

Not working on sentry 25.6.2

Open ilyagod opened this issue 5 months ago • 2 comments

Hello, when trying to install a plugin in the new version of Sentry, a message appears "This Plugin is deprecated and not available to install on new projects."

Is there any way to fix this?

Image

ilyagod avatar Jul 02 '25 21:07 ilyagod

Hello @ilyagod,

Thank you for reporting. I don't use 25.6.x versions yet, so I haven't noticed such an issue.

I took a glance at the Sentry's codebase changes, and it seems that they accidentally removed this feature for all the 3rd party plugins. So far, I assume that they intended to remove it for their own "legacy" plugins only. I opened an issue in Sentry's repo, so let's look as they respond.

You can try a workaround, in case it's a mistake and they didn't remove the functionality at all. Form a URL like this: https://<sentry-host.com>/settings/sentry/projects/<project-name>/plugins/sentry_telegram/ and open it. Where:

  • <sentry-host.com> - is your Sentry instance host;
  • <project-name> - is a slug of a project in your Sentry instance, you'd like to add the integration to.

It is supposed to open the same page for the plugin configuration as the "Add to Project" button does.

Please let me know if it helps or not.

butorov avatar Jul 06 '25 23:07 butorov

Hey @butorov, ty for tip, i use 25.6.1 and i was able to activate plugin in legacy integrations by url: https://<sentry-host.com>/settings/<organization-name>/projects/<project-name>/plugins/.

https://<sentry-host.com>/settings/<organization-name>/projects/<project-name>/plugins/sentry_telegram/ works too.

fufaldinav avatar Jul 07 '25 22:07 fufaldinav