Skip to content

Latest commit

 

History

History
executable file
·
22 lines (15 loc) · 492 Bytes

README.md

File metadata and controls

executable file
·
22 lines (15 loc) · 492 Bytes

Bugsnag for Rocketeer

Track your deploys in Bugsnag using their tracking api

Installation

$ rocketeer plugin:install rocketeers/rocketeer-bugsnag

Then add this to the plugins.loaded array in your configuration:

<?php
'loaded' => [
    'Rocketeer\Plugins\Bugsnag\Bugsnag',
],

Usage

To export the configuration, simply run rocketeer plugin:config then edit .rocketeer/config/plugins/rocketeer-bugsnag.