Skip to content

airbrake/Airbrake-Magento

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 32 commits ahead of elgentos:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 

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%