PHPackages                             interjar/bugsnag - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. interjar/bugsnag

ActiveMagento2-module[Debugging &amp; Profiling](/categories/debugging)

interjar/bugsnag
================

Magento 2 Bugsnag for remote debugging

2.3.0(6y ago)512.8k7[1 issues](https://github.com/interjar/bugsnag-magento2/issues)[3 PRs](https://github.com/interjar/bugsnag-magento2/pulls)MITPHP

Since Feb 25Pushed 6y ago2 watchersCompare

[ Source](https://github.com/interjar/bugsnag-magento2)[ Packagist](https://packagist.org/packages/interjar/bugsnag)[ RSS](/packages/interjar-bugsnag/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (3)Versions (15)Used By (0)

Interjar Bugsnag (M2)
=====================

[](#interjar-bugsnag-m2)

Bugsnag notifier for Magento 2

Requirements
============

[](#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
============

[](#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
=====

[](#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
------------------------------

[](#optional-configuration-options)

More information on [Release Stage](https://docs.bugsnag.com/platforms/php/other/configuration-options/#release-stage) in Bugsnag

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

```

Support
=======

[](#support)

If you have any issues with this extension, open an issue on [GitHub](https://github.com/Interjar/bugsnag-magento2/issues).

Contribution
============

[](#contribution)

Any contribution is highly appreciated. The best way to contribute code is to open a [pull request on GitHub](https://help.github.com/articles/using-pull-requests).

License
=======

[](#license)

[OSL - Open Software Licence 3.0](http://opensource.org/licenses/osl-3.0.php)

Copyright
=========

[](#copyright)

© 2017 Interjar Ltd

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 85.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~73 days

Recently: every ~173 days

Total

12

Last Release

2551d ago

Major Versions

1.0.0 → 2.0.02017-04-13

### Community

Maintainers

![](https://www.gravatar.com/avatar/f82c626e39768e47b05d1f97e7a04dffa0ff344aec3b29c3451ccbe84dbeffec?d=identicon)[josh-carter](/maintainers/josh-carter)

---

Top Contributors

[![josh-carter](https://avatars.githubusercontent.com/u/10022769?v=4)](https://github.com/josh-carter "josh-carter (24 commits)")[![adamj88](https://avatars.githubusercontent.com/u/1053393?v=4)](https://github.com/adamj88 "adamj88 (3 commits)")[![sergeifilippov](https://avatars.githubusercontent.com/u/123676?v=4)](https://github.com/sergeifilippov "sergeifilippov (1 commits)")

---

Tags

bugsnagbugsnag-notifiermagento-2magento2-extension

### Embed Badge

![Health badge](/badges/interjar-bugsnag/health.svg)

```
[![Health](https://phpackages.com/badges/interjar-bugsnag/health.svg)](https://phpackages.com/packages/interjar-bugsnag)
```

###  Alternatives

[symfony/stopwatch

Provides a way to profile code

2.8k387.2M915](/packages/symfony-stopwatch)[smile/elasticsuite

Magento 2 merchandising and search engine built on ElasticSearch

8044.5M33](/packages/smile-elasticsuite)[smile/module-debug-toolbar

Smile Debug Toolbar

146247.6k2](/packages/smile-module-debug-toolbar)[yireo/magento2-whoops

Magento 2 module adding Whoops error handling

102703.5k](/packages/yireo-magento2-whoops)[clawrock/magento2-debug

Magento 2 debug module based on Magento 1 Profiler with some extra features.

8419.3k1](/packages/clawrock-magento2-debug)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
