violuke / magento2-sentry
Magento 2.1 Logger for Sentry
Installs: 57
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:magento2-module
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: 2024-10-27 05:09: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',