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

Integration is not showing up in my sentry projects #9

Open
danielbecker opened this issue Aug 3, 2018 · 10 comments
Open

Integration is not showing up in my sentry projects #9

danielbecker opened this issue Aug 3, 2018 · 10 comments

Comments

@danielbecker
Copy link

Hi,

I used pip install sentry_mattermost to install the plugin and then did SENTRY_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?

@radoslavius
Copy link

radoslavius commented Mar 20, 2019

You must use master from git with this command:

pip2.7 install -e git+https://github.com/NDrive/sentry-mattermost.git@master#egg=sentry-mattermost

but for sentry 9 not working. After small fix by me without python knowledge is working from our fork:

pip2.7 install -e git+https://github.com/pointcz/sentry-mattermost.git@master#egg=sentry-mattermost

image

@uhlhosting
Copy link

Hi @radoslavius, I have tested with our Sentry 9.1 and this did not worked. Are there any other updates or workarounds for this?

@radoslavius
Copy link

Hi @uhlhosting, After update to sentry 9.1.1 still works. Integration can be found in each project setting:
image
image

@uhlhosting
Copy link

I receive a unknown plugin in legacy integrations unfortunatelly.

@radoslavius
Copy link

You can try another fork, for example from https://github.com/pointcz/sentry-mattermost

@avoulk
Copy link

avoulk commented Dec 10, 2019

I confirm this is not working on Sentry 9.1.2, on_premise.
When configuring, it crashes with :

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

@PXke
Copy link

PXke commented Nov 3, 2020

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 ?

@jwillmer
Copy link

jwillmer commented Nov 5, 2020

@PXke your fork is working on my on-premise installation. Could you activate the issue tab to collect feedback?

@avoulk
Copy link

avoulk commented Nov 6, 2020

Excellent, we will give it a try, many thanks!

@PXke
Copy link

PXke commented Nov 6, 2020

@jwillmer Yes :) I am doing it tonight!

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

No branches or pull requests

6 participants