0.8.2
-----

- Fix usage of PHP 5.3 incompatible code in service provider.

0.8.1
-----

- Update version contraint of Sentry PHP SDK.

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.
