Sentry is a modern error tracking platform. You can log and trace errors in Sentry and collect directly feedback from user.
Sentry can:
- show error traces
- notify on Slack, Jira, GitHub, GitLab, HipChat, etc.
- use business rules (error must occure more than twice in 24h)
- do reporting
- track error occurrences with releases
- be easily self-hosted with docker
This plugin gives you the possibility to collect errors that occured in Shopware to a custom Sentry project.
- collects PHP errors in frontend and backend (can be switched on/off)
- collects JS errors in frontend (can be switched on/off)
- collect user feedback in the frontend if a PHP error occured (can be switched on/off)
If you enable it and a catchable error occurs, the user will be asked to provide additional feedback:
- Checkout plugin in
/custom/plugins/OdSentry
- Install the plugin with the "Plugin Manager"
- Configure the plugin
This plugin will be available shortly in the Shopware plugin store.
- Hans Höchtl <hhoechtl[at]1drop.de>
- Soner Sayakci <s.sayakci[at]gmail.com>