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 d7ab8df commit 112c86bCopy full SHA for 112c86b
config/sentry.php
@@ -36,7 +36,7 @@
36
'enable_logs' => env('SENTRY_ENABLE_LOGS', false),
37
38
// The minimum log level that will be sent to Sentry as logs using the `sentry_logs` logging channel
39
- 'logs_channel_level' => env('SENTRY_LOGS_LEVEL', env('LOG_LEVEL', 'debug')),
+ 'logs_channel_level' => env('SENTRY_LOG_LEVEL', env('SENTRY_LOGS_LEVEL', env('LOG_LEVEL', 'debug'))),
40
41
// @see: https://docs.sentry.io/platforms/php/guides/laravel/configuration/options/#send_default_pii
42
'send_default_pii' => env('SENTRY_SEND_DEFAULT_PII', false),
0 commit comments