You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This extension will add the ability to log to [Sentry](https://github.com/getsentry/). Default for the minimal logging level is DEBUG, this is set in the extensions di.xml.
4
+
5
+
## Installation with composer
6
+
* Include the repository: `composer require sebwite/magento2-sentry-logger`
7
+
* Enable the extension: `php bin/magento --clear-static-content module:enable Sebwite_Sentry`
8
+
* Upgrade db scheme: `php bin/magento setup:upgrade`
9
+
* Clear cache
10
+
11
+
## Installation without composer
12
+
* Download zip file of this extension
13
+
* Place all the files of the extension in your Magento 2 installation in the folder `app/code/Sebwite/Sentry`
14
+
* Enable the extension: `php bin/magento --clear-static-content module:enable Sebwite_Sentry`
15
+
* Upgrade db scheme: `php bin/magento setup:upgrade`
16
+
* Clear cache
17
+
18
+
## Configuration
19
+
* Add the variable 'raven_dns' to your app/etc/env.php file. Example:
0 commit comments