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 20e5604 commit b5c4d13Copy full SHA for b5c4d13
src/Sentry/Laravel/TestCommand.php
@@ -86,7 +86,6 @@ public function handle()
86
$this->info("[Sentry] Transaction sent: {$result}");
87
}
88
89
-
90
if (!$eventId) {
91
$this->error('[Sentry] There was an error sending the test event.');
92
$this->error('[Sentry] Please check if your DSN is set properly in your config or `.env` as `SENTRY_LARAVEL_DSN`.');
0 commit comments