The purpose of this project is to log the magento error and exception messages to sentry, too. This extension is an extension of the Firegento Logger module, so you need the Logger module to use the Sentry logger.
If you're not using composer to manage non-magento 3rd party packages, then you can install simply by:
- Pull down the code somewhere (
git clone [email protected]:magento-hackathon/LoggerSentry.git
) - Copy over all files associatively.
- Configure the module (see below).
Add to your repositories:
"repositories": [
{
"type": "composer",
"url": "http://packages.firegento.com"
}
],
Install with composer:
composer require magento-hackathon/loggersentry
Additional requirements:
After you install the module you can configure it in the backend at: System > Configuration > Advanced > FireGento Logger > Sentry Logger
- Fabian Blechschmidt
Complete, but needs to be tested in the wild. If there are problems, just open an issue, we'll have a look on it.