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 f27f5ab commit ac5a589Copy full SHA for ac5a589
src/Sentry/Laravel/TestCommand.php
@@ -65,7 +65,7 @@ public function handle()
65
$this->info("[sentry] Event sent: " . $lastEventId);
66
}
67
} catch (\Exception $e) {
68
- // Ignore any exceptions
+ $this->error("[sentry] " . $e->getMessage());
69
70
71
error_reporting($old_error_reporting);
0 commit comments