You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -50,7 +50,7 @@ public function register(): void
50
50
}
51
51
```
52
52
53
-
> Alternatively, you can configure Sentry in your[Laravel Log Channel](https://docs.sentry.io/platforms/php/guides/laravel/usage/#log-channels), allowing you to log`info` and `debug` as well.
53
+
> Alternatively, you can configure Sentry as a[Laravel Log Channel](https://docs.sentry.io/platforms/php/guides/laravel/usage/#log-channels), allowing you to capture`info` and `debug` logs as well.
54
54
55
55
### Configure
56
56
@@ -78,11 +78,11 @@ try {
78
78
}
79
79
```
80
80
81
-
-To learn more about how to use the SDK [refer to our docs](https://docs.sentry.io/platforms/php/guides/laravel/)
81
+
To learn more about how to use the SDK [refer to our docs](https://docs.sentry.io/platforms/php/guides/laravel/).
82
82
83
83
## Laravel Version Compatibility
84
84
85
-
The Laravel versions listed below are all currently supported:
85
+
The Laravel and Lumen versions listed below are all currently supported:
86
86
87
87
- Laravel `>= 10.x.x` on PHP `>= 8.1` is supported starting from `3.2.0`
88
88
- Laravel `>= 9.x.x` on PHP `>= 8.0` is supported starting from `2.11.0`
@@ -92,12 +92,11 @@ The Laravel versions listed below are all currently supported:
92
92
93
93
Please note that starting with version `>= 2.0.0` we require PHP Version `>= 7.2` because we are using our new [PHP SDK](https://github.com/getsentry/sentry-php) underneath.
94
94
95
-
The Laravel and Lumen version listed below were supported in previous versions:
95
+
The Laravel versions listed below were supported in previous versions of the Sentry SDK for Laravel:
96
96
97
97
- Laravel `<= 4.2.x` is supported until `0.8.x`
98
98
- Laravel `<= 5.7.x` on PHP `<= 7.0` is supported until `0.11.x`
99
99
- Laravel `>= 5.x.x` on PHP `>= 7.1` is supported until `2.14.x`
0 commit comments