2017 © Pedro Peláez
 

magento2-module bugsnag

Magento 2 Bugsnag for remote debugging

image

interjar/bugsnag

Magento 2 Bugsnag for remote debugging

  • Friday, October 6, 2017
  • by josh-carter
  • Repository
  • 2 Watchers
  • 1 Stars
  • 2,101 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 1 Open issues
  • 13 Versions
  • 39 % Grown

The README.md

Interjar Bugsnag (M2)

Bugsnag notifier for Magento 2, (*1)

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:, (*2)

    composer require magento/magento-composer-installer

Installation

  • Add the module to composer:, (*3)

    composer require interjar/bugsnag
  • Enable the module:, (*4)

    bin/magento module:enable Interjar_BugSnag
  • Deploy static content and compile DI:, (*5)

    bin/magento setup:static-content:deploy
    bin/magento setup:di:compile
  • Clear cache, (*6)

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:, (*7)

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

Optional configuration options

More information on Release Stage in Bugsnag, (*8)

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

Support

If you have any issues with this extension, open an issue on GitHub., (*9)

Contribution

Any contribution is highly appreciated. The best way to contribute code is to open a pull request on GitHub., (*10)

License

OSL - Open Software Licence 3.0, (*11)

Copyright

© 2017 Interjar Ltd, (*12)

The Versions

06/10 2017

dev-master

9999999-dev

Magento 2 Bugsnag for remote debugging

  Sources   Download

MIT

The Requires

 

06/10 2017

2.2.0

2.2.0.0

Magento 2 Bugsnag for remote debugging

  Sources   Download

MIT

The Requires

 

02/10 2017

dev-develop

dev-develop

Magento 2 Bugsnag for remote debugging

  Sources   Download

MIT

The Requires

 

02/10 2017

dev-magento-2.2

dev-magento-2.2

Magento 2 Bugsnag for remote debugging

  Sources   Download

MIT

The Requires

 

26/07 2017

2.1.1

2.1.1.0

Magento 2 Bugsnag for remote debugging

  Sources   Download

MIT

The Requires

 

20/06 2017

2.1.0

2.1.0.0

Magento 2 Bugsnag for remote debugging

  Sources   Download

MIT

The Requires

 

25/04 2017

2.0.5

2.0.5.0

Magento 2 Bugsnag for remote debugging

  Sources   Download

MIT

The Requires

 

18/04 2017

2.0.4

2.0.4.0

Magento 2 Bugsnag for remote debugging

  Sources   Download

MIT

The Requires

 

18/04 2017

2.0.3

2.0.3.0

Magento 2 Bugsnag for remote debugging

  Sources   Download

MIT

The Requires

 

18/04 2017

2.0.2

2.0.2.0

Magento 2 Bugsnag for remote debugging

  Sources   Download

MIT

The Requires

 

18/04 2017

2.0.1

2.0.1.0

Magento 2 Bugsnag for remote debugging

  Sources   Download

MIT

The Requires

 

13/04 2017

2.0.0

2.0.0.0

Magento 2 Bugsnag for remote debugging

  Sources   Download

MIT

The Requires

 

25/02 2017

1.0.0

1.0.0.0

Magento 2 Bugsnag for remote debugging

  Sources   Download

MIT

The Requires