diff --git a/src/Sentry/Laravel/Features/ConsoleIntegration.php b/src/Sentry/Laravel/Features/ConsoleIntegration.php index 49ab9826..b44f5f94 100644 --- a/src/Sentry/Laravel/Features/ConsoleIntegration.php +++ b/src/Sentry/Laravel/Features/ConsoleIntegration.php @@ -28,6 +28,11 @@ class ConsoleIntegration extends Feature */ private $cache; + public function register(): void + { + $this->onBootInactive(); + } + public function isApplicable(): bool { return $this->container()->make(Application::class)->runningInConsole();