We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6eaa73 commit 0cae9e3Copy full SHA for 0cae9e3
CHANGES
@@ -1,8 +1,14 @@
1
0.9.0 (unreleased)
2
-----
3
4
+This version no longer supports Laravel 4.x, version `0.8.x` will ofcourse still work for Laravel 4.
5
+
6
+- Set 'user_context' configuration default to false. (#132)
7
+- Update `SENTRY_DSN` env variable name to `SENTRY_LARAVEL_DSN`. (#130)
8
- Improved default app_path for Lumen to include entire application code, excluding vendor. (#128)
-- Set 'user_context' configuration default to false.
9
+- Remove Laravel 4 support. (#123)
10
+- Add support for Laravel 5.6 log channels. (#122)
11
+- Type hint Laravel contracts instead of implementation. (#107)
12
13
0.8.0
14
0 commit comments