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 73ec096 commit 984e7bdCopy full SHA for 984e7bd
platform-includes/logs/setup/php.laravel.mdx
@@ -23,7 +23,7 @@ Optionally, you can set the logging level:
23
'channels' => [
24
// ...
25
'sentry' => [
26
- 'driver' => 'sentry',
+ 'driver' => 'sentry_logs',
27
// The minimum logging level at which this handler will be triggered
28
// Available levels: debug, info, notice, warning, error, critical, alert, emergency
29
'level' => env('LOG_LEVEL', 'error'),
0 commit comments