jenssegers / laravel-rollbar

Rollbar error monitoring integration for Laravel projects
329 stars 99 forks source link

Rollbar access token required #69

Open rrdial opened 7 years ago

rrdial commented 7 years ago

Of course, for this to work, there must be a valid Rollbar access_token.

However, the RollbarServiceProvider::register() function checks for the access_token and quickly returns if it is not found. The RollbarServiceProvider::boot() method does not check to see if the RollbarLogHandler was registered before trying to access it.