Download the PHP package sebwite/magento2-sentry without Composer
On this page you can find all versions of the php package sebwite/magento2-sentry. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sebwite/magento2-sentry
More information about sebwite/magento2-sentry
Files in sebwite/magento2-sentry
Download sebwite/magento2-sentry
More information about sebwite/magento2-sentry
Files in sebwite/magento2-sentry
Vendor sebwite
Package magento2-sentry
Short Description Magento 2.0 Logger for Sentry
License OSL-3.0 AFL-3.0
Package magento2-sentry
Short Description Magento 2.0 Logger for Sentry
License OSL-3.0 AFL-3.0
Please rate this library. Is it a good library?
Informations about the package magento2-sentry
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.
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:
All versions of magento2-sentry with dependencies
PHP Build Version
Package Version
Requires
php Version
~5.5.0|~5.6.0|~7.0
magento/magento-composer-installer Version *
raven/raven Version 0.9.*
magento/magento-composer-installer Version *
raven/raven Version 0.9.*
The package sebwite/magento2-sentry contains the following files
Loading the files please wait ....