Giter Club home page Giter Club logo

bugsnag-magento's Introduction

Bugsnag Notifier for Magento

The Bugsnag Notifier for Magento gives you instant notification of errors in your Magento applications.

Bugsnag captures errors in real-time from your web, mobile and desktop applications, helping you to understand and resolve them as fast as possible. Create a free account to start capturing errors from your applications.

The Bugsnag Notifier for Magento supports Magento CE 1.9.0.1+ and PHP 5.2+. It may work on older versions of Magento, but it's untested.

You can always read about the plugin or download it from Magento Connect.

Installation

Magento Connect (recommended way)

  1. Visit the module's page on Magento Connect
  2. Press "Install Now" and and follow the instructions.

Modman

cd <your-magento-project>
modman init
modman clone https://github.com/bugsnag/bugsnag-magento.git

Composer

{
  "require": {
    "magento/core": "1.9.0.1",
    "bugsnag/bugsnag-magento": "dev-master",
    "magento-hackathon/magento-composer-installer": "*"
  },
  "repositories": [
    {
      "type": "composer",
      "url": "http://packages.firegento.com"
    }
  ],
  "extra":{
    "magento-root-dir": "htdocs/"
  }
}

Manual

git clone https://github.com/bugsnag/bugsnag-magento.git
cp -R bugsnag-magento/src/* <your-magento-project>

Configuration

In your Magento admin panel go to System → Configuration → Advanced → Developer and find the Bugsnag entry. If you don't see the entry, just press Save Config: the command would refresh the cache and pick up Bugsnag.

If the orange button "Fire Test Event" is not visible, then go to System → Configuration → Developer → Template Settings and set Allow Symlinks to Yes. You can safely set it back to No if you don't need the button or if you worry about the potential security risks (the plugin will keep working).

To do

  • Magento 2 introduces a lot of exciting changes. Currently, we do not support them

bugsnag-magento's People

Contributors

kyrylo avatar grahamcampbell avatar silarn avatar kattrali avatar t-richards avatar

Watchers

James Cloos avatar Artem Veselkov avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.