diegograssato / magento2-sentry
Magento 2.2 Logger for Sentry
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~5.5.0|~5.6.0|~7.0
- sentry/sentry: ^1.9
This package is auto-updated.
Last update: 2024-11-06 09:43:53 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.
Instalation
To install is quite simple, add the composer.json:
"diegograssato/magento2-sentry": "*"
Next step is to update the composer
composer self-update
or
composer require diegograssato/magento2-sentry
- Enable the extension:
php bin/magento --clear-static-content module:enable DTuX_Sentry
- Upgrade db scheme:
php bin/magento setup:upgrade
- Clear cache
php bin/magento c:f
Configuration
- Add the variable 'raven_dns' to your app/etc/env.php file. Example:
'raven_dns' => 'https://****@sentry.domain.com/8',