violuke/magento2-sentry

Magento 2.1 Logger for Sentry

v1.1.0 2017-06-01 09:59 UTC

This package is auto-updated.

Last update: 2024-03-27 03:48:56 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.

Based on work by Sebwite but modified for my own use.

Installation with composer (only option)

  • Include the repository: composer require violuke/magento2-sentry
  • Enable the extension: php bin/magento --clear-static-content module:enable violuke_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',