-
Notifications
You must be signed in to change notification settings - Fork 37
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
Integration is not showing up in my sentry projects #9
Comments
You must use master from git with this command:
but for sentry 9 not working. After small fix by me without python knowledge is working from our fork:
|
Hi @radoslavius, I have tested with our Sentry 9.1 and this did not worked. Are there any other updates or workarounds for this? |
Hi @uhlhosting, After update to sentry 9.1.1 still works. Integration can be found in each project setting: |
I receive a unknown plugin in legacy integrations unfortunatelly. |
You can try another fork, for example from https://github.com/pointcz/sentry-mattermost |
I confirm this is not working on Sentry 9.1.2, on_premise. Failed to load plugin 'mattermost':
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/sentry/runner/initializer.py", line 32, in register_plugins
plugin = ep.load()
File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2443, in load
return self.resolve()
File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2449, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/usr/local/lib/python2.7/site-packages/sentry_mattermost/plugin.py", line 29, in <module>
from sentry.models import TagKey, TagValue
ImportError: cannot import name TagKey |
Dear @avoulk I do not know if it is something that is still of interest for you, but if it is could you give a go to: https://github.com/Biekos/sentry-mattermost ? |
@PXke your fork is working on my on-premise installation. Could you activate the issue tab to collect feedback? |
Excellent, we will give it a try, many thanks! |
@jwillmer Yes :) I am doing it tonight! |
Hi,
I used
pip install sentry_mattermost
to install the plugin and then didSENTRY_CONF=/etc/sentry /www/sentry/bin/sentry upgrade
to update the sentry config.However, the integration is not showing up in the list of integrations for my projects. What am I doing wrong?
The text was updated successfully, but these errors were encountered: