Sentry on Laravel 5.2

I need Sentry installed on a Laravel 5.2 project. I however get this exception:

RuntimeException: Missing event handler:loghandler ... on line 104

I was able to work around locally by adding a return; right before the exception. That’s of course not a definitive solution but it got it working.

I was able to replicate the issue on a clean Laravel 5.2 installation.

Thoughts?

Can you post which version of sentry/sentry and sentry/sentry-laravel are you using?

I tried sentry/sentry-laravel 1.0.0-beta3 and 1.0.0-beta2.

Anyway, I thought it deserved an issue on Github, posted it and looks like stayallive already has the solution. You go ahead and approve the pull request!

How long were you guys planning to the next release?

Thanks for the quick and thoughtful support!

We will release a new version early next week, we want to be some more fixes to be merged.
Sorry for the inconvenience, stay tuned!

Edit: The new SDK version 1.0.0 is already live.

1 Like