bramdevries / rocketeer-bugsnag

Notify bugsnag whenever you deploy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bugsnag for Rocketeer

Track your deploys in Bugsnag using their tracking api

Installation

composer require rocketeers/rocketeer-bugsnag

Then you'll need to set it up, so do artisan config:publish rocketeers/rocketeer-bugsnag and complete the configuration in app/packages/rocketeers/rocketeer-bugsnag/config.php :

  • key: Your Bugsnag project API key

Once that's done add the following to your providers array in app/config/app.php :

'Rocketeer\Plugins\Bugsnag\RocketeerBugsnagServiceProvider',

Enjoy

About

Notify bugsnag whenever you deploy

License:MIT License


Languages

Language:PHP 100.0%