You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, @hanselke.
No, "example.com" not hardcoded in code of plugin.
It looks like plugin not registered on your Sentry's instance.
Are you sure that you add 'sentry_telegram' to INSTALLED_APPS in configuration file of Sentry (point 2 in installation instruction)? I mean sentry.conf.py file, in root directory of Sentry.
How I understand, you using Docker for manage Sentry instance. I don't know how to do it in docker-compose, but you can try just add following line to the end of file sentry.conf.py:
Hello, @butorov
Recently, I set up docker-compose with sentry-telegram.
At official docker image page see last section about sentry:onbuild.
I created the gist with needed files.
Maybe add this to readme or somewhere else?
is site:example.com something hardcoded in your plugin?
Seems like sentry cant find the plugin..
The text was updated successfully, but these errors were encountered: