Laravel 5.6 introduces the idea of logging channels. It would be nice if Sentry implements that new feature.
There's even a problem with bindLogger implementation for 5.6 with the usage of getMonolog method that does not exist.
Is the current version of the package able to send exceptions correctly to sentry (when installed in a L5.6 app)?
@freekmurze Yes
Submitted a PR for a sentry log channel: https://github.com/getsentry/sentry-laravel/pull/122
I'll close this since 5.6 is supported and PR #122 is dealing with adding the log channel 馃憤
Most helpful comment
Submitted a PR for a sentry log channel: https://github.com/getsentry/sentry-laravel/pull/122