magento2-module magento2-sentry
Magento 2.0 Logger for Sentry
sebwite/magento2-sentry
Magento 2.0 Logger for Sentry
- PHP
- 0 Dependents
- 0 Suggesters
- 7 Forks
- 1 Open issues
- 3 Versions
- 6 % Grown
Magento 2.0 Sentry Logger
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., (*1)
Installation with composer
- Include the repository:
composer require sebwite/magento2-sentry
- Enable the extension:
php bin/magento --clear-static-content module:enable Sebwite_Sentry
- Upgrade db scheme:
php bin/magento setup:upgrade
- Clear cache
Installation without composer
- Download zip file of this extension
- Place all the files of the extension in your Magento 2 installation in the folder
app/code/Sebwite/Sentry
- Enable the extension:
php bin/magento --clear-static-content module:enable Sebwite_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',
, (*2)
dev-master
9999999-dev
Magento 2.0 Logger for Sentry
Sources
Download
OSL-3.0
AFL-3.0
The Requires
1.0.1
1.0.1.0
Magento 2.0 Logger for Sentry
Sources
Download
OSL-3.0
AFL-3.0
The Requires
1.0.0
1.0.0.0
Magento 2.0 Logger for Sentry
Sources
Download
OSL-3.0
AFL-3.0
The Requires