0.11.0 (unreleased) ----- - ... 0.10.0 ----- - Support for Laravel 5.7. 0.9.2 ----- - The `sentry:test` artisan command no longer requires the secret key in the DSN (secret key in DSN deprecated since Sentry 9). 0.9.1 ----- - Allow setting custom formatter for the log channel. (#145) 0.9.0 ----- This version no longer supports Laravel 4.x, version `0.8.x` will ofcourse still work for Laravel 4. - Set 'user_context' configuration default to false. (#132) - Update `SENTRY_DSN` env variable name to `SENTRY_LARAVEL_DSN`. (#130) - Improved default app_path for Lumen to include entire application code, excluding vendor. (#128) - Remove Laravel 4 support. (#123) - Add support for Laravel 5.6 log channels. (#122) - Type hint Laravel contracts instead of implementation. (#107) 0.8.0 ----- - Improved default app_path to include entire application code, excluding vendor. (#89) - Fix for auth context not working properly on Laravel >=5.3. (#81) - Support Laravel auto-discovery. (#78) 0.7.0 ----- - Added 'sentry:test' to Artisan. (#65) - Added 'user_context' configuration to disable automatic collection. (#55) 0.6.1 ----- - Various fixes for query event breadcrumbs. (#54) 0.6.0 ----- - Support for Laravel 5.4. 0.5.0 ----- - Require sentry/sentry >= 1.6.0. - Allow overriding abstract type Sentry is bound to in service container. 0.4.0 ----- - Require sentry/sentry >= 1.5.0. - Added support for Illuminate SQL queries in breadcrumbs. - Replaced Monolog breadcrumb handler with Illuminate log handler. - Added route transaction names.