Skip to content

violuke/Magento2-Sentry-Logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magento 2.1 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.

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',

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages