jenssegers / laravel-rollbar

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

#1 API error: Cannot read property 'trace' of undefined #59

Closed bkuhl closed 8 years ago

bkuhl commented 8 years ago

I'm unsure if this is an issue with this package or something within Rollbar. I just added this to my Laravel 5 project and am testing things out and Rollbar is seeing an exception, but it's not the one I'm throwing. I'm unfamiliar with Rollbar so I'm having trouble determining what the cause of this exception is.

To get this, I set things up and simply threw an exception in my controller.

screen shot 2016-06-11 at 1 59 08 pm screen shot 2016-06-11 at 2 01 52 pm

Any ideas on where this is coming from?

bkuhl commented 8 years ago

I reached out to Rollbar directly and it's confirmed to be an issue with their PHP package - https://github.com/rollbar/rollbar-php/issues/95