Skip to content

0.9.0

Compare
Choose a tag to compare
@stayallive stayallive released this 03 May 13:08
· 687 commits to master since this release
4b2a43c

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)