rocketeers/rocketeer-bugsnag

Bugsnag deploy tracking for Rocketeer

Installs: 445

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 0

Open Issues: 1

pkg:composer/rocketeers/rocketeer-bugsnag

1.0.1 2015-04-08 18:31 UTC

This package is auto-updated.

Last update: 2025-09-29 01:39:42 UTC


README

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