laravel-raven icon indicating copy to clipboard operation
laravel-raven copied to clipboard

Sentry (Raven) error monitoring integration for Laravel projects

Results 6 laravel-raven issues
Sort by recently updated
recently updated
newest added

I get this when I try to install: - raven/raven 0.11.0 conflicts with sentry/sentry[2.0.0]. - raven/raven 0.11.0 conflicts with sentry/sentry[2.0.0]. - raven/raven 0.11.0 conflicts with sentry/sentry[2.0.0]. - Installation request for...

I have getsentry/laravel package installed and enabled and would like to configure laravel-raven just for logging. The reason for using sentry's official package for exceptions is the support for stacktrace...

Should this library be replaced by official one https://github.com/getsentry/sentry-laravel?

cause v1.10.0 use the class Illuminate\Log\Events\MessageLogged which is only in laravel 5.4 ``` PHP Fatal error: Uncaught TypeError: Argument 1 passed to Jenssegers\Raven\RavenServiceProvider::Jenssegers\Raven\{closure}() must be an instance of Illuminate\Log\Events\MessageLogged, string...

Hi, Is it possible to add an option to only add the Sentry facade and not register it to listen logs. I would like to send the logs in Production...