sentry-laravel

The official Laravel SDK for Sentry (sentry.io)

MIT License

Downloads
71.3M
Stars
1.2K
Committers
82

Bot releases are hidden (Show)

sentry-laravel - 0.6.1

Published by stayallive about 7 years ago

  • Various fixes for query event breadcrumbs. (#54)
sentry-laravel - 0.7.0

Published by stayallive about 7 years ago

  • Added 'sentry:test' to Artisan. (#65)
  • Added 'user_context' configuration to disable automatic collection. (#55)
sentry-laravel - 0.8.0

Published by stayallive about 7 years ago

  • 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)
sentry-laravel - 0.4.0

Published by stayallive about 7 years ago

  • 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.