Integrate Sentry into Plone

Good evening Guys,

today I had installed my own Sentry Server and also Plone. So I tried to put:

[instance]
recipe = plone.recipe.zope2instance
...
event-log-custom =
 %import raven.contrib.zope
 <logfile>
 path ${buildout:var-dir}/${:_buildout_section_name_}/event.log
 level INFO
 </logfile>
 <sentry>
 dsn https://<key>:<secret>@sentry.io/<project>
 level ERROR
 </sentry>

In My buildout.cfg. Now I tried to restart buildout but I get the error message raven.contrib.zope can’t be found. Had anybody the same problem? Excuse me for my bad english Im from Germany.

Thank you in advance and have a good evening

DebiBuntu1

Hi, did you install raven from PyPI? Could you post the output of pip freeze?

1 Like

Hi, yes i installed Raven from PyPI. And here is the output from pip freeze:


Any solution ?