We are modernizing a larger Plone setup. The deployment will be in Azure. We've been using mailinglogger
for ten years which was working fine (since we did not see much errors )
Are you using any alternatives to Sentry (too large) with integration into Plone for error logging and notifications?
I found Bugsink: https://www.bugsink.com/
...which is a Sentry-style solution with a Sentry-compatible API but with a more streamlined UI and functonality.
I've put Bugsink into production because
- it's very easy to setup (Docker or pip)
- it's very easy to configure
- plays nicely with
collective.sentry
as a drop-in replacement for Sentry - supports email notifications
- has a slim and simple UI which is powerful enough for almost all of our installations
5 Likes