PHPackages                             gold/craft-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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. gold/craft-bugsnag

ActiveCraft-plugin[Logging &amp; Monitoring](/categories/logging)

gold/craft-bugsnag
==================

Unofficial Bugsnag notifier for Craft Cms.

1.3(9y ago)1214.3k4MITPHPPHP &gt;=5.3.0

Since Jul 2Pushed 9y ago12 watchersCompare

[ Source](https://github.com/Goldinteractive/craft-bugsnag)[ Packagist](https://packagist.org/packages/gold/craft-bugsnag)[ Docs](https://github.com/Goldinteractive/craft-bugsnag)[ RSS](/packages/gold-craft-bugsnag/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (7)Used By (0)

Bugsnag Notifier for Craft
==========================

[](#bugsnag-notifier-for-craft)

---

This is basically a fork of the official [Bugsnag Laravel Package](https://github.com/bugsnag/bugsnag-laravel). Thanks for the good work and I hope you guys don't mind :)

The Bugsnag Notifier for the excellent [Craft CMS](https://buildwithcraft.com/)gives you instant notification of errors and exceptions. Once installed, the plugin will listen to the Yii Events `onError` and `onException` as [recommended by brand](http://craftcms.stackexchange.com/questions/10434/integrate-bugsnag/10440#10440).

[Bugsnag](https://bugsnag.com) 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](https://bugsnag.com) to start capturing errors from your applications.

Installation
------------

[](#installation)

- Download this repo
- Rename the folder to `bugsnag` and place it into your Craft CMS Plugin directory (`craft/plugins`)
- In the newly created `craft/plugins/bugsnag` directory run `composer install`
- Navigate to your plugins page `/settings/plugins` and click Install
- Make sure to configure the plugin as described in the next section

Configuration
-------------

[](#configuration)

1. Create a file `craft/config/bugsnag.php` that contains your API key:
2. Configure your `api_key`:

    ```
