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 4ee2f87 commit d1d82feCopy full SHA for d1d82fe
src/Sentry/Laravel/LogChannel.php
@@ -14,7 +14,7 @@ class LogChannel extends LogManager
14
*/
15
public function __invoke(array $config)
16
{
17
- $handler = new SentryHandler($this->app->make('sentry'), $config['level'] ?? null, $config['bubble'] ?? true);
+ $handler = new SentryHandler($this->app->make('sentry'), $config['level'] ?? Logger::DEBUG, $config['bubble'] ?? true);
18
19
return new Logger($this->parseChannel($config), [$this->prepareHandler($handler, $config)]);
20
}
0 commit comments