Sentry-laravel: Support for Laravel 5.6

Created on 7 Feb 2018  路  5Comments  路  Source: getsentry/sentry-laravel

Laravel 5.6 introduces the idea of logging channels. It would be nice if Sentry implements that new feature.

Most helpful comment

Submitted a PR for a sentry log channel: https://github.com/getsentry/sentry-laravel/pull/122

All 5 comments

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 馃憤

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Vladelis picture Vladelis  路  9Comments

mx0r picture mx0r  路  3Comments

vladislavtkachenko picture vladislavtkachenko  路  4Comments

errogaht picture errogaht  路  8Comments

acidjazz picture acidjazz  路  4Comments