GithubHelp home page GithubHelp logo

bugsnag-magento2's Introduction

Interjar Bugsnag (M2)

Bugsnag notifier for Magento 2

Requirements

  • Magento Composer Installer: To copy the module contents under app/code/ folder. In order to install it run the below command on the root directory:

      composer require magento/magento-composer-installer
    

Installation

  • Add the module to composer:

      composer require interjar/bugsnag
    
  • Enable the module:

      bin/magento module:enable Interjar_BugSnag
    
  • Deploy static content and compile DI:

      bin/magento setup:static-content:deploy
      bin/magento setup:di:compile
    
  • Clear cache

Usage

Once installed, you will need to add your API Key into your install's app/etc/env.php file in array format like below:

    'bugsnag' => array(
        'api_key' => 'YOUR_API_KEY_HERE'
    ),

Optional configuration options

More information on Release Stage in Bugsnag

    'bugsnag' => array(
        ...
        'release_stage' => 'staging',
        ...
    ),

Support

If you have any issues with this extension, open an issue on GitHub.

Contribution

Any contribution is highly appreciated. The best way to contribute code is to open a pull request on GitHub.

License

OSL - Open Software Licence 3.0

Copyright

© 2017 Interjar Ltd

bugsnag-magento2's People

Contributors

josh-carter avatar adamj88 avatar sergeifilippov avatar

Watchers

James Cloos avatar Anup Wankhede 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.