Skip to content

Commit 478c6b2

Browse files
committed
Start recording telescope to save exception to db
1 parent 0f60c13 commit 478c6b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Telescope/TelescopeException.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ public static function record(Throwable $exception, $message = null): void
1717
})->toArray();
1818

1919
try {
20+
Telescope::startRecording();
2021
Telescope::recordException(
2122
IncomingExceptionEntry::make($exception, [
2223
'class' => get_class($exception),

0 commit comments

Comments
 (0)