Download the PHP package interjar/bugsnag without Composer
On this page you can find all versions of the php package interjar/bugsnag. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download interjar/bugsnag
More information about interjar/bugsnag
Files in interjar/bugsnag
Package bugsnag
Short Description Magento 2 Bugsnag for remote debugging
License MIT
Informations about the package bugsnag
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
All versions of bugsnag with dependencies
magento/magento-composer-installer Version *
bugsnag/bugsnag Version ^3.0.0