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 1626528 commit 8733559Copy full SHA for 8733559
src/Tracing/EventHandler.php
@@ -40,10 +40,10 @@ public function subscribe(Dispatcher $events): void
40
// Check package config first, then fall back to channel config
41
$packageConfig = config('github-monolog.tracing', []);
42
$channelConfig = config('logging.channels.github.tracing', []);
43
-
+
44
// Package config takes precedence
45
$enabled = $packageConfig['enabled'] ?? $channelConfig['enabled'] ?? true;
46
47
if (! $enabled) {
48
return;
49
}
0 commit comments