Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KeyErrorsentry.tasks.post_process.post_process_group #13

Open
hanselke opened this issue Jun 16, 2017 · 4 comments
Open

KeyErrorsentry.tasks.post_process.post_process_group #13

hanselke opened this issue Jun 16, 2017 · 4 comments
Assignees

Comments

@hanselke
Copy link

hanselke commented Jun 16, 2017

screen shot 2017-06-16 at 11 46 38 am 2

is site:example.com something hardcoded in your plugin?

Seems like sentry cant find the plugin..

@butorov butorov self-assigned this Jun 16, 2017
@butorov
Copy link
Owner

butorov commented Jun 16, 2017

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:

INSTALLED_APPS += ('sentry_telegram',)

@AlwxSin
Copy link

AlwxSin commented Oct 6, 2017

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?

@butorov
Copy link
Owner

butorov commented Oct 28, 2017

@AlwxSin, thank you for participating!
I will look to your files and will add link in to project's description.

@nnmalex
Copy link

nnmalex commented Feb 9, 2018

I've got the same issue. In my case test messages go out OK but not the real ones.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants