diff --git a/src/Sentry/Laravel/Features/ConsoleIntegration.php b/src/Sentry/Laravel/Features/ConsoleIntegration.php index a329ee41..de199ff4 100644 --- a/src/Sentry/Laravel/Features/ConsoleIntegration.php +++ b/src/Sentry/Laravel/Features/ConsoleIntegration.php @@ -65,10 +65,6 @@ public function commandFinished(ConsoleEvents\CommandFinished $event): void // Flush any and all events that were possibly generated by the command Integration::flushEvents(); - - Integration::configureScope(static function (Scope $scope): void { - $scope->removeTag('command'); - }); } /**