violuke / magento2-sentry
Magento 2.1 Logger for Sentry
Package info
github.com/violuke/Magento2-Sentry-Logger
Type:magento2-module
pkg:composer/violuke/magento2-sentry
v1.1.0
2017-06-01 09:59 UTC
Requires
- php: ~5.5.0|~5.6.0|~7.0
- magento/magento-composer-installer: *
- sentry/sentry: ^1.6
This package is auto-updated.
Last update: 2026-02-27 07:57:43 UTC
README
This extension will add the ability to log to Sentry. Default for the minimal logging level is DEBUG, this is set in the extensions di.xml.
Based on work by Sebwite but modified for my own use.
Installation with composer (only option)
- Include the repository:
composer require violuke/magento2-sentry - Enable the extension:
php bin/magento --clear-static-content module:enable violuke_Sentry - Upgrade db scheme:
php bin/magento setup:upgrade - Clear cache
Configuration
- Add the variable 'raven_dns' to your app/etc/env.php file. Example:
'raven_dns' => 'https://****@sentry.domain.com/8',