Description
Thanks! Can confirm the patch fixed it.
All exceptions are now reported as unhandled. Even the ones manually logged through Laravel's
report()
helper – which I use to 'soft'-report exceptions that didn't crash the application. How did you intend to make a distinction between handled and unhandled exceptions? Laravel doesn't have a concept of handled vs. unhandled exceptions.
Originally posted by @devfrey in #608 (comment)