Skip to content

Releases: getsentry/sentry-laravel

0.8.0

11 Aug 17:37
4ca94ed
Compare
Choose a tag to compare
  • 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

11 Aug 17:37
Compare
Choose a tag to compare
  • Added 'sentry:test' to Artisan. (#65)
  • Added 'user_context' configuration to disable automatic collection. (#55)

0.6.1

11 Aug 17:38
Compare
Choose a tag to compare
  • Various fixes for query event breadcrumbs. (#54)

0.6.0

11 Aug 17:38
Compare
Choose a tag to compare
  • Support for Laravel 5.4.

0.5.0

11 Aug 17:38
Compare
Choose a tag to compare
  • Require sentry/sentry >= 1.6.0.
  • Allow overriding abstract type Sentry is bound to in service container.

0.4.0

11 Aug 17:37
Compare
Choose a tag to compare
  • 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.