Skip to content

airbrake/Airbrake-Magento

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Airbrake Magento

Introduction

Airbrake Magento is a plugin for Magento eCommerce platform, which provides integration with Airbrake, the leading exception reporting service.

Whenever your store throws an uncaught exception, the plugin will detect that in real-time and send information about the exception to the Airbrake dashboard.

Installation

Modman

cd <your-magento-project>
modman init
git clone https://github.com/airbrake/Airbrake-Magento.git .modman/CodebaseExceptions
modman deploy CodebaseExceptions --force

Configuration

First of all, find your Project API key. To do that, navigate to your project's General Settings and copy the key from the right sidebar.

Next, to configure Airbrake Magento, visit your admin panel (http://[YOURDOMAIN]/admin) and navigate to SystemConfiguration. On the left sidebar, find the ELGENTOS section and click on CodebaseExceptions.

Paste your Project API key into the relevant field and save the new configuration.

The configuration process is done. To make sure it works correctly, visit http://[YOURDOMAIN]/exceptions/index/test. This will trigger a new test exception. It can be found in your project's dashboard.

Requirements

  • Magento >= 1.5
  • PHP >= 5.3

About

Magento Exceptions to Codebase

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%