diff --git a/src/Sentry/Laravel/TestCommand.php b/src/Sentry/Laravel/TestCommand.php index 8fae3659..cfb08906 100644 --- a/src/Sentry/Laravel/TestCommand.php +++ b/src/Sentry/Laravel/TestCommand.php @@ -86,7 +86,6 @@ public function handle() $this->info("[Sentry] Transaction sent: {$result}"); } - if (!$eventId) { $this->error('[Sentry] There was an error sending the test event.'); $this->error('[Sentry] Please check if your DSN is set properly in your config or `.env` as `SENTRY_LARAVEL_DSN`.');