Skip to content

Commit ac5a589

Browse files
committed
fix: Display errors
1 parent f27f5ab commit ac5a589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sentry/Laravel/TestCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function handle()
6565
$this->info("[sentry] Event sent: " . $lastEventId);
6666
}
6767
} catch (\Exception $e) {
68-
// Ignore any exceptions
68+
$this->error("[sentry] " . $e->getMessage());
6969
}
7070

7171
error_reporting($old_error_reporting);

0 commit comments

Comments
 (0)