diegograssato/magento2-sentry

Magento 2.2 Logger for Sentry

dev-master 2018-10-05 19:40 UTC

This package is auto-updated.

Last update: 2024-04-06 08:28:27 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',