Skip to content

Commit 4b40a43

Browse files
authored
keep command tag after console has finished running
1 parent 74a9a1b commit 4b40a43

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Sentry/Laravel/Features/ConsoleIntegration.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@ public function commandFinished(ConsoleEvents\CommandFinished $event): void
6565

6666
// Flush any and all events that were possibly generated by the command
6767
Integration::flushEvents();
68-
69-
Integration::configureScope(static function (Scope $scope): void {
70-
$scope->removeTag('command');
71-
});
7268
}
7369

7470
/**

0 commit comments

Comments
 (0)