Track your deploys in Bugsnag using their tracking api
$ rocketeer plugin:install rocketeers/rocketeer-bugsnag
Then add this to the plugins.loaded
array in your configuration:
<?php
'loaded' => [
'Rocketeer\Plugins\Bugsnag\Bugsnag',
],
To export the configuration, simply run rocketeer plugin:config
then edit .rocketeer/config/plugins/rocketeer-bugsnag
.