bugsnag integration

Submitted by bwsewell - 10 years ago

Error tracking

// Install package from bugsnag
// http://github.com/bugsnag/bugsnag-laravel

// app/globals.php
$app['bugsnag']->setUserId(Auth::user()->username);